UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDocsAppsScriptW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DocsAppsScriptW100Filled", short_name: "DocsAppsScript", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M13 20.35q-.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.05L18.3 19.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.075Zm-9.35-3v-.7h7q0 .175.013.35.012.175.012.35Zm0-4v-.7h9.2q-.2.15-.387.325-.188.175-.388.375Zm0-4v-.7h13.7v.7Zm0-4v-.7h13.7v.7Z" })); }); IconMaterialDocsAppsScriptW100Filled.displayName = 'AmauiIconMaterialDocsAppsScriptW100Filled'; export default IconMaterialDocsAppsScriptW100Filled;