UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 520 B
import React from 'react'; export const SchoolOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M32 192 256 64l224 128-224 128L32 192z" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> <path d="M112 240v128l144 80 144-80V240m80 128V192M256 320v128" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/> </svg>; };