UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSyringeW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SyringeW100Filled", short_name: "Syringe", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M224-538q-4-4-4-9.5t4-10.5l95-95-59-58-30 30q-5 5-10.5 5t-9.5-5q-5-4-5-9.5t5-10.5l80-79q4-5 9.5-5t10.5 5q4 4 4 9.5t-4 9.5l-31 31 59 58 95-95q5-5 10.5-5t9.5 5q5 4 5 9.5t-5 10.5l-21 21 79 79-83 83q-4 4-4 9.5t4 10.5q5 4 10.5 4t9.5-4l83-83 90 90-82 83q-5 5-5 10.5t5 9.5q4 4 9.5 3.5t9.5-4.5l83-82 56 56q18 18 18 43t-18 42l-31 31 140 140q4 4 2 8.5t-7 4.5h-10q-6 0-11-2t-10-7L646-325l-31 31q-17 17-42 17t-43-17L265-559l-21 21q-5 5-10 5t-10-5Z" })); }); IconMaterialSyringeW100Filled.displayName = 'OnesyIconMaterialSyringeW100Filled'; export default IconMaterialSyringeW100Filled;