@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphRadio = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphRadio = function GYSiGlyphRadio(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-radio",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M3 0h.938v4.93H3zm9.018 6.01v10h2.962v-10h-2.962Zm2.003 4.011h-1.042V9h1.042v1.021Zm0-2h-1.042V7h1.042v1.021Zm-13.01 7.995h10v-10h-10v10Zm4.497-.954a3.548 3.548 0 0 1-2.562-1.094h5.125a3.548 3.548 0 0 1-2.563 1.094Zm3.521-3.093a3.54 3.54 0 0 1-.307 1.047h-6.43a3.57 3.57 0 0 1-.307-1.047h7.044Zm-7.045-.953c.049-.37.147-.722.299-1.047H8.73c.153.325.252.677.301 1.047H1.984Zm3.524-3.11c1.016 0 1.926.429 2.576 1.109H2.932a3.551 3.551 0 0 1 2.576-1.109Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphRadio = GYSiGlyphRadio;