@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 900 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Compose = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M25.7 3.7a1 1 0 0 0-1.4-1.4l-13 13L11 17l1.7-.3 13-13ZM6.5 3A3.5 3.5 0 0 0 3 6.5v15A3.5 3.5 0 0 0 6.5 25h15a3.5 3.5 0 0 0 3.5-3.5v-10a1 1 0 1 0-2 0v10c0 .83-.67 1.5-1.5 1.5h-15A1.5 1.5 0 0 1 5 21.5v-15C5 5.67 5.67 5 6.5 5h10a1 1 0 1 0 0-2h-10Z"
}));
});
Compose.displayName = 'Compose';
export var ComposeDimensions = {
height: 28,
width: 28
};