UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.61 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialFormatShapesW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FormatShapesW100Filled", short_name: "FormatShapes", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m339-339 132-337q.64-1.89 2.36-2.95Q475.07-680 477-680h5.68q2.32 0 4 1.05 1.69 1.06 2.32 2.95l134 336q3 8-1.4 14t-12.65 6q-4.95 0-8.45-2-3.5-2-5.5-7l-40-99H405l-40 99q-2 4-5 6.5t-7.5 2.5q-8 0-12.25-6T339-339Zm76-115h130l-64-164h-4l-62 164ZM112-142v-88q0-12.75 8.63-21.38Q129.25-260 142-260h30v-440h-30.18q-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-88q0-12.75 8.63-21.38Q129.25-848 142-848h88q12.75 0 21.38 8.62Q260-830.75 260-818v30h440v-30.18q0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h88q12.75 0 21.38 8.62Q848-830.75 848-818v88q0 12.75-8.62 21.37Q830.75-700 818-700h-30v440h30.18q12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v88q0 12.75-8.62 21.37Q830.75-112 818-112h-88q-12.75 0-21.37-8.63Q700-129.25 700-142v-30H260v30.18q0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-88q-12.75 0-21.37-8.63Q112-129.25 112-142Zm148-58h440v-30.18q0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h30v-440h-30.18q-12.82 0-21.32-8.63-8.5-8.62-8.5-21.37v-30H260v30.18q0 12.82-8.62 21.32-8.63 8.5-21.38 8.5h-30v440h30.18q12.82 0 21.32 8.62 8.5 8.63 8.5 21.38v30Z" })); }); IconMaterialFormatShapesW100Filled.displayName = 'OnesyIconMaterialFormatShapesW100Filled'; export default IconMaterialFormatShapesW100Filled;