@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 870 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCalculator2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-calculator-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.58 0H4.322C3.592 0 3 .598 3 1.334v13.333C3 15.404 3.592 16 4.322 16h9.258c.729 0 1.42-.596 1.42-1.333V1.334C15 .598 14.31 0 13.58 0ZM7.021 14H4.987v-1h2.034v1Zm0-5.979H4.987V7h2.034v1.021ZM10 14H7.986v-1H10v1Zm-2.979-3H4.987v-1h2.034v1ZM10 11H7.986v-1H10v1Zm0-3H7.986V7H10v1Zm3 6h-2V9.979h2V14Zm0-5.98h-2.014V7H13v1.02ZM14.014 6H4V2h10.014v4Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCalculator2 };