UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialOutpatientMedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "OutpatientMedW100", short_name: "OutpatientMed", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M139-748q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h348q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H139Zm174.24 468q16.76 0 28.26-11.67Q353-303.33 353-320v-60h60q16.67 0 28.33-11.74Q453-403.47 453-420.24q0-16.76-11.67-28.26Q429.67-460 413-460h-60v-60q0-16.67-11.74-28.33Q329.53-560 312.76-560q-16.76 0-28.26 11.67Q273-536.67 273-520v60h-60q-16.67 0-28.33 11.74Q173-436.53 173-419.76q0 16.76 11.67 28.26Q196.33-380 213-380h60v60q0 16.67 11.74 28.33Q296.47-280 313.24-280ZM145-172q-26 0-43-17t-17-43v-376q0-26 17-43t43-17h336q26 0 43 17t17 43v376q0 26-17 43t-43 17H145Zm0-28h336q12 0 22-10t10-22v-376q0-12-10-22t-22-10H145q-12 0-22 10t-10 22v376q0 12 10 22t22 10Zm616-186q-5-5-5-10.5t5-10.5l61-59H672q-5 0-9-4.5t-4-9.5q0-5 4-9t9-4h150l-59-59q-5-5-5.5-10t4.5-10q5-5 10.5-5t10.5 5l72 71q9 9 9 21t-9 21l-73 73q-5 5-10.5 5t-10.5-5Zm-448-34Z" })); }); IconMaterialOutpatientMedW100.displayName = 'OnesyIconMaterialOutpatientMedW100'; export default IconMaterialOutpatientMedW100;