@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Toolbox = /*#__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: "M8 6.25V8H4.25C3 8 2 9 2 10.25V14h5.5v-1.25a.75.75 0 0 1 1.5 0V14h10v-1.25a.75.75 0 1 1 1.5 0V14H26v-3.75C26 9 25 8 23.75 8H20V6.25C20 5 19 4 17.75 4h-7.5C9.01 4 8 5 8 6.25Zm2.25-.75h7.5c.42 0 .75.33.75.75V8h-9V6.25c0-.42.34-.75.75-.75ZM26 15.5h-5.5v1.25a.75.75 0 0 1-1.5 0V15.5H9v1.25a.75.75 0 0 1-1.5 0V15.5H2v6.25C2 22.99 3 24 4.25 24h19.5C25 24 26 22.99 26 21.75V15.5Z"
}));
});
Toolbox.displayName = 'Toolbox';
export var ToolboxDimensions = {
height: 28,
width: 28
};