UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ScanDash = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12.5 6A6.5 6.5 0 0 0 6 12.5v5.34a1.5 1.5 0 0 0 3 0V12.5A3.5 3.5 0 0 1 12.5 9h5.34a1.5 1.5 0 0 0 0-3H12.5Zm17.66 0a1.5 1.5 0 0 0 0 3h5.34a3.5 3.5 0 0 1 3.5 3.5v5.34a1.5 1.5 0 0 0 3 0V12.5A6.5 6.5 0 0 0 35.5 6h-5.34ZM9 30.16a1.5 1.5 0 0 0-3 0v5.34a6.5 6.5 0 0 0 6.5 6.5h5.34a1.5 1.5 0 0 0 0-3H12.5A3.5 3.5 0 0 1 9 35.5v-5.34Zm33 0a1.5 1.5 0 0 0-3 0v5.34a3.5 3.5 0 0 1-3.5 3.5h-5.34a1.5 1.5 0 0 0 0 3h5.34a6.5 6.5 0 0 0 6.5-6.5v-5.34ZM14.5 22.5a1.5 1.5 0 0 0 0 3h19a1.5 1.5 0 0 0 0-3h-19Z" })); }); ScanDash.displayName = 'ScanDash'; export var ScanDashDimensions = { height: 48, width: 48 };