UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAzmW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AzmW100Filled", short_name: "Azm", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M635-615v221q0 9.92 9.5 13.46Q654-377 661-384l59-59q8-8 13-19.28 5-11.28 5-23.72v-202q0-24.75-17.62-42.38Q702.75-748 678-748H476q-12.44 0-23.72 5T433-730l-59 59q-7 7-3.46 16.5T384-645h221q12.75 0 21.38 8.62Q635-627.75 635-615ZM452-432v221q0 9.92 9.5 13.46Q471-194 478-201l59-59q8-8 13-19.28 5-11.28 5-23.72v-202q0-24.75-17.62-42.38Q519.75-565 495-565H293q-12.44 0-23.72 5T250-547l-59 59q-7 7-3.46 16.5T201-462h221q12.75 0 21.38 8.62Q452-444.75 452-432Z" })); }); IconMaterialAzmW100Filled.displayName = 'OnesyIconMaterialAzmW100Filled'; export default IconMaterialAzmW100Filled;