UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 460 B
import React from 'react'; export const EaselSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M468 64H278V32h-44v32H44a12 12 0 0 0-12 12v280a12 12 0 0 0 12 12h78.19L89.93 470.46l36.53 9.61L161.74 368H234v64h44v-64h71.84l31 111.7 36.83-8.57L389.05 368H468a12 12 0 0 0 12-12V76a12 12 0 0 0-12-12Zm-26 266H70V102h372Z"/> <path d="M88 120h336v192H88z"/> </svg>; };