UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCalendarAppsScriptW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CalendarAppsScriptW100Filled", short_name: "CalendarAppsScript", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.65 18.35h-7.5q-.625 0-1.062-.437-.438-.438-.438-1.063V6.15q0-.625.438-1.063.437-.437 1.062-.437h1.5v-2h.7v2h7.3v-2h.7v2h1.5q.625 0 1.063.437.437.438.437 1.063v6.5h-.7v-4.3H4.35v8.5q0 .35.225.575.225.225.575.225h7.5v.7Zm1.35 3q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.875l-3.975-2.8q-.125-.075-.15-.213-.025-.137.05-.262.075-.125.212-.15.138-.025.263.05L19.3 20.05l-1.7-4.575q-.05-.125.025-.263.075-.137.2-.187.125-.05.275.025.15.075.2.2l1.625 4.575 1.3-4.7q.05-.125.163-.213.112-.087.237-.037.125.05.225.162.1.113.05.238l-1.55 5.8q-.05.125-.138.2-.087.075-.212.075Z" })); }); IconMaterialCalendarAppsScriptW100Filled.displayName = 'AmauiIconMaterialCalendarAppsScriptW100Filled'; export default IconMaterialCalendarAppsScriptW100Filled;