@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 ScanQrCode = /*#__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: "M3 6.5A3.5 3.5 0 0 1 6.5 3h1.86a1 1 0 0 1 0 2H6.5C5.67 5 5 5.67 5 6.5v1.86a1 1 0 0 1-2 0V6.5ZM14.64 4a1 1 0 0 1 1-1h1.86A3.5 3.5 0 0 1 21 6.5v1.86a1 1 0 1 1-2 0V6.5c0-.83-.67-1.5-1.5-1.5h-1.86a1 1 0 0 1-1-1ZM4 14.64a1 1 0 0 1 1 1v1.86c0 .83.67 1.5 1.5 1.5h1.86a1 1 0 1 1 0 2H6.5A3.5 3.5 0 0 1 3 17.5v-1.86a1 1 0 0 1 1-1Zm16 0a1 1 0 0 1 1 1v1.86a3.5 3.5 0 0 1-3.5 3.5h-1.86a1 1 0 1 1 0-2h1.86c.83 0 1.5-.67 1.5-1.5v-1.86a1 1 0 0 1 1-1ZM10 7H7v3h3v4H7v3h3v-3h4v3h3v-3h-3v-4h3V7h-3v3h-4V7Z"
}));
});
ScanQrCode.displayName = 'ScanQrCode';
export var ScanQrCodeDimensions = {
height: 24,
width: 24
};