UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGridGuidesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GridGuidesW100Filled", short_name: "GridGuides", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M219-200h521L621-319q-29 25-64.5 39T480-266q-41 0-76.5-14T339-319L219-200Zm-19-20 119-119q-25-29-39-64.5T266-480q0-41 14-76.5t39-64.5L200-741v521Zm139-139 121-121-121-121q-21 25-33 55.5T294-480q0 35 12 65.5t33 55.5Zm141 65q35 0 65.5-12t55.5-33L480-461 358-339q25 21 56 33t66 12Zm0-206 121-121q-25-21-55.5-33T480-666q-35 0-65.5 12T359-621l121 121Zm141 141q21-25 33-55.5t12-65.5q0-35-12-66t-33-56L500-481l121 122Zm139 139v-521L641-621q25 29 39 64.5t14 76.5q0 41-14 76.5T641-339l119 119ZM621-641l120-119H220l119 119q29-25 64.5-39t76.5-14q41 0 76.5 14t64.5 39ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 25-17 42.5T728-172H232Z" })); }); IconMaterialGridGuidesW100Filled.displayName = 'OnesyIconMaterialGridGuidesW100Filled'; export default IconMaterialGridGuidesW100Filled;