@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 711 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTablet = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-tablet",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.995.043h-8.99A2.005 2.005 0 0 0 2 2.047v11.95C2 15.102 2.899 16 4.005 16h8.99A2.005 2.005 0 0 0 15 13.997V2.047A2.005 2.005 0 0 0 12.995.043Zm-2.912 14.999H6.93v-1.114h3.153v1.114ZM13 13H4V1.97h9V13Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTablet };