@nant-design/nant-icons
Version:
10 lines (7 loc) • 369 B
JSX
import React from 'react';
export const SchoolSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M256 370.43 96 279v98.42l160 88.88 160-88.88V279l-160 91.43z"/>
<path d="M512.25 192 256 45.57-.25 192 256 338.43l208-118.86V384h48V192.14l.25-.14z"/>
</svg>;
};