UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCalendarAppsScriptW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CalendarAppsScriptW100", short_name: "CalendarAppsScript", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M578-106q-6 0-10-4t-4-10q0-6 4-10t10-4h195L614-246q-5-3-6-8.5t2-10.5q3-5 8.5-6t10.5 2l161 112-68-184q-2-5 1-10.5t8-7.5q5-2 11 .5t8 8.5l66 182 51-187q2-5 6.5-8.5t9.5-1.5q6 2 9.5 6.5t1.5 9.5l-60 221q-3 10-10.5 16t-18.5 6H578ZM232-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h80v-76q0-7 4.5-11.5T328-840q7 0 11.5 4.5T344-824v76h196v-78q0-6 4-10t10-4q6 0 10 4t4 10v78h80q26 0 43 17t17 43v210q0 6-4 10t-10 4q-6 0-10-4t-4-10v-50H200v256q0 12 10 22t22 10h249q6 0 10 4t4 10q0 6-4 10t-10 4H232Zm-32-344h480v-132q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v132Zm0 0v-164 164Z" })); }); IconMaterialCalendarAppsScriptW100.displayName = 'OnesyIconMaterialCalendarAppsScriptW100'; export default IconMaterialCalendarAppsScriptW100;