@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDice3 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dice-3",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.763 0H2.178C.998 0 .043.966.043 2.155v11.69c0 1.189.955 2.154 2.135 2.154h11.585a2.145 2.145 0 0 0 2.136-2.154V2.155A2.147 2.147 0 0 0 13.763 0ZM4.002 6.153c-1.146 0-2.075-.951-2.075-2.123 0-1.172.929-2.123 2.075-2.123 1.146 0 2.076.951 2.076 2.123 0 1.172-.93 2.123-2.076 2.123Zm8 8c-1.146 0-2.075-.951-2.075-2.123 0-1.172.929-2.123 2.075-2.123 1.146 0 2.076.951 2.076 2.123 0 1.172-.93 2.123-2.076 2.123Zm-4-4c-1.146 0-2.075-.951-2.075-2.123 0-1.172.929-2.123 2.075-2.123 1.146 0 2.076.951 2.076 2.123 0 1.172-.93 2.123-2.076 2.123Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDice3 };