@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 902 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Options = /*#__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: "M5.25 15.5h19.88a6.25 6.25 0 0 0 12.25 0h5.37a1.25 1.25 0 1 0 0-2.5h-5.38a6.25 6.25 0 0 0-12.24 0H5.25a1.25 1.25 0 1 0 0 2.5Zm0 19h5.63a6.25 6.25 0 0 0 12.24 0h19.63a1.25 1.25 0 1 0 0-2.5H23.12a6.25 6.25 0 0 0-12.25 0H5.25a1.25 1.25 0 1 0 0 2.5Z"
}));
});
Options.displayName = 'Options';
export var OptionsDimensions = {
height: 48,
width: 48
};