@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.85 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDice6 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDice6 = function GYSiGlyphDice6(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-dice-6-",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.763 0H3.178c-1.18 0-2.135.966-2.135 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 14.763 0ZM4.002 7.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.123Zm10 0c-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-5 6c-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.123Zm5 0c-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-5-6c-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-5 6c-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"
})
}));
};
exports.GYSiGlyphDice6 = GYSiGlyphDice6;