Add Education Icons (#354)

This commit is contained in:
saltrafael 2021-11-23 14:35:25 -03:00 committed by GitHub
parent f2715fa97b
commit bc64802f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -2544,4 +2544,17 @@ export const icons = {
<path d="M12.5,23.24v-1A10.74,10.74,0,0,1,23.24,11.52" />
</g>
),
[ICONS.EDUCATION]: buildIcon(
<g>
<path d="M12,14c0-1.455,2.964-3.381,8.484-3.494a.508.508,0,0,1,.516.5v8.5a.5.5,0,0,1-.5.5c-5.533.11-8.5,2.038-8.5,3.5,0-1.457-2.971-3.385-8.5-3.5a.5.5,0,0,1-.5-.5v-8.5a.508.508,0,0,1,.516-.5C9.035,10.62,12,12.546,12,14Z" />
<path d="M12 14.001L12 23.376" />
<path d="M10,14.742A20.1,20.1,0,0,0,5.52,13.7" />
<path d="M10,17.742a20.265,20.265,0,0,0-4.521-1.048" />
<path d="M14,14.742a20.2,20.2,0,0,1,4.523-1.048" />
<path d="M14,17.742a20.213,20.213,0,0,1,4.524-1.048" />
<path d="M4.566,9A7.5,7.5,0,1,1,19.434,9" />
<path d="M9.624,9,9.189,7.259a1,1,0,0,0-.97-.758H4.651" />
<path d="M17.99,3.5H15.281a1,1,0,0,0-.97.758l-.5,2a1,1,0,0,0,.97,1.242h1.052l.245,1.469" />
</g>
),
};

View file

@ -181,3 +181,4 @@ export const MYSTERIES = 'Mysteries';
export const TECHNOLOGY = 'Technology';
export const EMOJI = 'Emoji';
export const STICKER = 'Sticker';
export const EDUCATION = 'Education';