UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDocsAppsScriptW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DocsAppsScriptW100", short_name: "DocsAppsScript", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M520-146q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h195L556-286q-5.16-3.41-6.08-8.71-.92-5.29 2.14-10.38 3.06-5.09 8.5-6Q566-312 571-309l161 112-68-184q-2-5 1-10.5t8-7.5q5-2 11 1t8 8l66 182 51-187q2-5 6.5-8.5t9.5-1.5q5 2 9 6.5t2 9.5l-63 232q-2 5-5.6 8-3.6 3-8.4 3H520ZM160-266q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h266q0 7.47.5 14.24.5 6.76.5 13.76H160Zm0-160q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h354q-8 6-15.5 13T483-426H160Zm0-160q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h520q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H160Zm0-160q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h520q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H160Z" })); }); IconMaterialDocsAppsScriptW100.displayName = 'OnesyIconMaterialDocsAppsScriptW100'; export default IconMaterialDocsAppsScriptW100;