UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.3 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAccountChildInvertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AccountChildInvertW100Filled", short_name: "AccountChildInvert", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-802q39 0 67.5 28.5T576-706q0 39-28.5 67.5T480-610q-39 0-67.5-28.5T384-706q0-39 28.5-67.5T480-802Zm.15 224q37.14 0 73.5 9Q590-560 619-545q30 16 48.5 36.36T686-464v184q0 26.15-15.46 46.57Q655.07-213 630-213q-10.54 0-18.27-7.5T604-245v-17q0-30.05-41.73-49.02Q520.54-330 480-330q-31 0-61.5 10T371-293q-7 7-3.76 16.48 3.24 9.49 13.76 12.52 28 8 57 10t55.4 2q16.6 0 28.6 11.99 12 11.98 12 29Q534-194 522.01-182T493-170q-32 0-69.5-5t-71-18q-33.5-13-56-34T274-280v-184q0-24.28 18.5-44.64T340-545q29-15 66-24t74.15-9ZM480-386q26.4 0 45.2-18.8Q544-423.6 544-450q0-26.4-18.8-45.2Q506.4-514 480-514q-26.4 0-45.2 18.8Q416-476.4 416-450q0 26.4 18.8 45.2Q453.6-386 480-386Z" })); }); IconMaterialAccountChildInvertW100Filled.displayName = 'OnesyIconMaterialAccountChildInvertW100Filled'; export default IconMaterialAccountChildInvertW100Filled;