UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStacksW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StacksW100Filled", short_name: "Stacks", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-439q-7 0-13.5-2t-13.5-5L145-603q-8-5-12-12t-4-15q0-8 4-15t12-12l308-157q7-3 13.5-5t13.5-2q7 0 13.5 2t13.5 5l309 157q8 5 12 12t4 15q0 8-4 15t-12 12L507-446q-7 3-13.5 5t-13.5 2Zm0 125 330-167q3-2 12 1 4 2 5.5 5t1.5 7q0 4-1.5 7t-5.5 5L507-296q-7 3-13.5 5t-13.5 2q-7 0-13.5-2t-13.5-5L139-456q-4-2-6-5t-2-7q0-4 2-7t6-5q3-2 6-2.5t6 1.5l329 167Zm0 150 330-167q3-2 12 1 4 2 5.5 5t1.5 7q0 4-1.5 7t-5.5 5L507-146q-7 3-13.5 5t-13.5 2q-7 0-13.5-2t-13.5-5L139-306q-4-2-6-5t-2-7q0-4 2-7t6-5q3-2 6-2.5t6 1.5l329 167Z" })); }); IconMaterialStacksW100Filled.displayName = 'OnesyIconMaterialStacksW100Filled'; export default IconMaterialStacksW100Filled;