UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 818 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLayers = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Layers", short_name: "Layers", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M161-366q-16-12-15.5-31.5T162-429q11-8 24-8t24 8l270 209 270-209q11-8 24-8t24 8q16 12 16.5 31.5T799-366L529-156q-22 17-49 17t-49-17L161-366Zm270 8L201-537q-31-24-31-63t31-63l230-179q22-17 49-17t49 17l230 179q31 24 31 63t-31 63L529-358q-22 17-49 17t-49-17Zm49-64 230-178-230-178-230 178 230 178Zm0-178Z" })); }); IconMaterialLayers.displayName = 'OnesyIconMaterialLayers'; export default IconMaterialLayers;