@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentCs = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 5h3.25L10 1.25V4.5c0 .28.22.5.5.5Zm0 1A1.5 1.5 0 0 1 9 4.5V1H5.5C4.67 1 4 1.67 4 2.5v7.01l.04.03a2.5 2.5 0 0 1 .62.73c.13-.09.26-.16.4-.2A1.5 1.5 0 0 1 6.5 9c.37 0 .73.13 1 .38a1.5 1.5 0 0 1 2.44.68A1.49 1.49 0 0 1 11 11.5c0 .37-.13.72-.38 1a1.5 1.5 0 0 1-.68 2.44l-.02.03-.01.03h2.6c.82 0 1.5-.67 1.5-1.5V6H10.5Zm-8 9A1.5 1.5 0 0 1 1 13.5v-2a1.5 1.5 0 0 1 3 0 .5.5 0 1 1-1 0 .5.5 0 1 0-1 0v2c0 .13.05.26.15.35A.5.5 0 0 0 3 13.5a.5.5 0 1 1 1 0A1.5 1.5 0 0 1 2.5 15ZM9 13h.5a.5.5 0 1 1 0 1H9v.5a.5.5 0 1 1-1 0V14h-.98v.5a.5.5 0 1 1-1 0V14H5.5a.5.5 0 1 1 0-1h.51v-1H5.5a.5.5 0 1 1 0-1H6v-.5a.5.5 0 1 1 1 0v.5h1v-.5a.5.5 0 1 1 1 0v.5h.5a.5.5 0 1 1 0 1H9v1Zm-1.99 0H8v-1H7l.01 1Z"
}));
});
DocumentCs.displayName = 'DocumentCs';
export var DocumentCsDimensions = {
height: 16,
width: 16
};