UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

20 lines (19 loc) 1.39 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; export function Syringe(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("g", { fillRule: "nonzero", id: "prefix__syringe", stroke: "none", strokeWidth: 1, fill: "none" }, /*#__PURE__*/React.createElement("path", { id: "prefix__Rectangle", d: "M0 0h20v20H0z" }), /*#__PURE__*/React.createElement("path", { d: "M19.989 3.811l-1.9-1.9-1.9-1.9c-.14-.139-1.547 1.043-1.686 1.182a.356.356 0 000 .504l.466.466-1.396 1.396-.718-.718-2.375 2.375 1.202 1.203a.356.356 0 11-.504.503L9.976 5.72l-.921.922 1.201 1.201a.356.356 0 11-.504.504L8.551 7.145l-.921.922 1.202 1.202a.356.356 0 11-.504.503L7.126 8.57l-.921.921 1.202 1.202a.356.356 0 11-.504.504L5.7 9.995l-.921.921 1.202 1.202a.356.356 0 11-.504.504L4.276 11.42l-1.25 1.25-.95 4.75-1.972 1.972a.356.356 0 10.504.504l1.973-1.972 4.75-.95 9.827-9.829-.718-.718 1.397-1.396.466.466a.355.355 0 00.504 0c.139-.14 1.32-1.547 1.182-1.686z", fill: "currentColor" }))); }