UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SprayCan = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M13 1.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Zm-2 1a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM9.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm2-1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM13 5.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Zm-3.01.94c0-.03 0-.05-.02-.07a.5.5 0 0 0-.12-.22L8 4.29V2.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v1.8L3.15 6.14a.5.5 0 0 0-.14.29v.02L3 6.5v6.75c0 .97.78 1.75 1.75 1.75h3.5c.97 0 1.75-.78 1.75-1.75V6.47l-.01-.03ZM6 3h1v1H6V3Zm-.3 2h1.6l1 1H4.7l1-1Z" })); }); SprayCan.displayName = 'SprayCan'; export var SprayCanDimensions = { height: 16, width: 16 };