@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Scan = /*#__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: "M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm3.33 12.22a4 4 0 0 1-.26.34l-.14.17-3.95 5.2a8.07 8.07 0 0 0 6.24-1.87l-1.9-3.84Zm-3.9 1.8H5.09a8.03 8.03 0 0 0 3.82 3.36l2.54-3.36Zm8.32-6.03h-4.28l.06.13.12.23 3 6.09a7.96 7.96 0 0 0 1.1-6.45ZM5.05 8.05a7.96 7.96 0 0 0-.8 5.97h4.29l-.06-.09-3.44-5.88ZM12 10a2 2 0 0 0-1.58.77l-.1.17a1 1 0 0 1-.09.12 2 2 0 0 0 3.17 2.36l.16-.2a1 1 0 0 1 .12-.13A2 2 0 0 0 12 10Zm0-6c-2.2 0-4.2.9-5.65 2.33l2.17 3.7a4 4 0 0 1 .25-.39L12.15 4H12Zm2.28.33L12.1 8h6.83a8.02 8.02 0 0 0-4.64-3.66Z"
}));
});
Scan.displayName = 'Scan';
export var ScanDimensions = {
height: 24,
width: 24
};