@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 928 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Shapes = /*#__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: "M2 8.75A6.75 6.75 0 0 1 15.46 8h-3.21A4.25 4.25 0 0 0 8 12.25v3.2a6.75 6.75 0 0 1-6-6.7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.25 9A3.25 3.25 0 0 0 9 12.25v6.5c0 1.8 1.46 3.25 3.25 3.25h6.5c1.8 0 3.25-1.46 3.25-3.25v-6.5C22 10.45 20.54 9 18.75 9h-6.5z"
}));
});
Shapes.displayName = 'Shapes';
export var ShapesDimensions = {
height: 24,
width: 24
};