@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.24 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialSyringeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SyringeW100Filled', short_name: 'Syringe', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialSyringeW100Filled;
;