@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.39 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentTextToolbox = /*#__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: "M12 8V2H6a2 2 0 0 0-2 2v7.35c.24-.06.49-.1.75-.1h3.5c.41 0 .8.09 1.15.25h6.35a.75.75 0 0 1 0 1.5h-4.94c.12.31.19.65.19 1v.05c.2.04.4.11.6.2h4.15a.75.75 0 0 1 0 1.5h-2.86c.07.24.11.49.11.75v.5h2.75a.75.75 0 0 1 0 1.5H13v3c0 .17-.02.34-.05.5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2Zm1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5ZM3 15h-.5c-.83 0-1.5.67-1.5 1.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H12v-1.5c0-.83-.67-1.5-1.5-1.5H10v-1c0-.97-.78-1.75-1.75-1.75h-3.5C3.78 12.25 3 13.03 3 14v1Zm1.5-1c0-.14.11-.25.25-.25h3.5c.14 0 .25.11.25.25v1h-4v-1ZM1 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H12v2c0 .83-.67 1.5-1.5 1.5h-8A1.5 1.5 0 0 1 1 21.5Z"
}));
});
DocumentTextToolbox.displayName = 'DocumentTextToolbox';
export var DocumentTextToolboxDimensions = {
height: 24,
width: 24
};