UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PointScan = /*#__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: "M10.25 2c.38 0 .7.28.74.65l.01.1v4.8A6.25 6.25 0 0 1 16.46 13h4.79a.75.75 0 0 1 .1 1.5h-4.9A6.25 6.25 0 0 1 11 19.96v1.29a.75.75 0 0 1-1.5.1v-1.4a6.25 6.25 0 0 1-5.46-5.45H2.75a.75.75 0 0 1-.1-1.5h1.4A6.25 6.25 0 0 1 9.5 7.54V2.75c0-.41.34-.75.75-.75zm0 5.5c-.25 0-.5.01-.75.04V13H4.04a6.31 6.31 0 0 0 0 1.5H9.5v5.46a6.3 6.3 0 0 0 1.5 0V14.5h5.46a6.31 6.31 0 0 0 0-1.5H11V7.54c-.25-.03-.5-.04-.75-.04z" })); }); PointScan.displayName = 'PointScan'; export var PointScanDimensions = { height: 24, width: 24 };