UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 959 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSdkW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SdkW100Filled", short_name: "Sdk", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M232-172q-25 0-42.5-17.5T172-232v-442q0-5 .5-9t3.5-7l54-64q3-4 7-6t9-2h468q5 0 9 2t7 6l54 64q3 3 3.5 7t.5 9v442q0 25-17.5 42.5T728-172H232Zm-16-522h528l-34-40H250l-34 40Zm430 274-74 74q-4 4-4.5 9.5T572-326q5 5 10 5t10-5l73-73q9-9 9-21t-9-21l-73-73q-4-4-9.5-4.5T572-514q-5 5-5 10t5 10l74 74Zm-330 0 74-74q4-4 4.5-9.5T390-514q-5-5-10-5t-10 5l-73 73q-9 9-9 21t9 21l73 73q4 4 9.5 4.5T390-326q5-5 5-10t-5-10l-74-74Z" })); }); IconMaterialSdkW100Filled.displayName = 'OnesyIconMaterialSdkW100Filled'; export default IconMaterialSdkW100Filled;