UNPKG

@icongo/gy

Version:
26 lines (25 loc) 1.46 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCircleControlPad = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCircleControlPad = function GYSiGlyphCircleControlPad(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-circle-control-pad", viewBox: "0 0 16 17" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#434343", fillRule: "evenodd", d: "M8 .032a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM5 9.859a.755.755 0 0 1-.88 0L2.182 8.345c-.243-.19-.243-.498 0-.688L4.12 6.143a.75.75 0 0 1 .88 0v3.716Zm1.142-5.74 1.514-1.937c.19-.243.498-.243.687 0L9.856 4.12a.744.744 0 0 1 0 .881H6.143a.754.754 0 0 1-.001-.881Zm3.715 7.742L8.344 13.8c-.193.243-.5.243-.689 0l-1.512-1.939a.748.748 0 0 1 0-.879h3.714a.746.746 0 0 1 0 .879Zm2.024-2.004a.751.751 0 0 1-.881 0V6.143a.751.751 0 0 1 .88 0l1.937 1.513c.244.191.244.5 0 .689L11.88 9.857Z", className: "prefix__si-glyph-fill" }) })); }; exports.GYSiGlyphCircleControlPad = GYSiGlyphCircleControlPad;