@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandProtoio = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandProtoio = function LIBrandProtoio(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 12A5 5 0 1 1 7 2a5 5 0 0 1 0 10zM7 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1Zm0 5.998a.658.658 0 1 1 0-1.315.658.658 0 0 1 0 1.316zm1.458-.01A5.28 5.28 0 0 0 7 3.339a5.278 5.278 0 0 0-1.458 3.649c0 .648.117 1.268.33 1.841-.309.45-.537 1.08-.637 1.808.319-.383.71-.652 1.145-.795.182.277.39.548.62.787.23-.247.438-.51.62-.795.435.136.826.413 1.144.788-.099-.728-.327-1.358-.637-1.807.213-.578.33-1.193.33-1.845l.001.018Z"
})
}));
};
exports.LIBrandProtoio = LIBrandProtoio;