@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 698 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphToolBox = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-tool-box",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.988 9.031V8H5.031v1.031H2.938V8H1.014v6H17V8h-1.969v1.031h-2.043ZM5 5.986v.982h8v-.982h2v.982h1.987V4H1v2.968h1.974v-.982H5Zm2.003-3.043H6.01V1.031h5.959v1.912h-.96v-.956H7.003v.956Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphToolBox };