@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 586 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphRuler = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-ruler",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M5 0v16h8V0H5Zm1 2h2v1H6V2Zm0 6h2v1H6V8Zm2 7H6v-1h2v1Zm1-3H6v-1h3v1Zm0-6H6V5h3v1Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphRuler };