UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 929 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialUniversalLocalW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "UniversalLocalW100Filled", short_name: "UniversalLocal", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm288-268q-13 0-21.5-8.5T450-510q0-13 8.5-21.5T480-540q13 0 21.5 8.5T510-510q0 13-8.5 21.5T480-480Zm0-150q-48 0-84 33t-36 90q0 33 25.5 73.5T460-348q5 4 10 6t10 2q5 0 10-2t10-6q49-45 74.5-85.5T600-507q0-57-36-90t-84-33Z" })); }); IconMaterialUniversalLocalW100Filled.displayName = 'OnesyIconMaterialUniversalLocalW100Filled'; export default IconMaterialUniversalLocalW100Filled;