UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Syringe = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M16.72 2.22c.3-.3.77-.3 1.07 0l4 4a.75.75 0 0 1-1.07 1.06l-.47-.47-1.69 1.69 2.47 2.47a.75.75 0 1 1-1.06 1.06l-1.47-1.47-6.84 6.84c-.7.7-1.66 1.1-2.65 1.1H6.56l-3.28 3.28a.75.75 0 0 1-1.06-1.06l3.28-3.28v-2.45c0-1 .4-1.95 1.1-2.65l.34-.34 1.53 1.53a.75.75 0 0 0 1.06-1.06L8 10.94l.94-.94 1.53 1.53a.75.75 0 1 0 1.06-1.06L10 8.94l.94-.94 1.53 1.53a.75.75 0 1 0 1.06-1.06L12 6.94l1.44-1.44-1.47-1.47a.75.75 0 0 1 1.06-1.06l2.47 2.47 1.7-1.7-.48-.46a.75.75 0 0 1 0-1.06Zm2.47 3.53-.94-.94-1.69 1.69.94.94 1.7-1.7Z" })); }); Syringe.displayName = 'Syringe'; export var SyringeDimensions = { height: 24, width: 24 };