UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

8 lines (7 loc) 979 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const CircleNumber9 = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M5.5 6.75c0-1.147 1.048-2.25 2.6-2.25.719 0 1.478.187 2.054.765S11 6.69 11 7.75c0 2.046-1.781 3.442-3.89 3.742a.75.75 0 1 1-.211-1.485c1.057-.15 1.808-.598 2.224-1.16A4 4 0 0 1 8 9c-.638 0-1.255-.186-1.727-.578A2.13 2.13 0 0 1 5.5 6.75m2.475.75H8c.65 0 1.02-.19 1.187-.357a.45.45 0 0 0 .108-.525 1.1 1.1 0 0 0-.204-.294C8.891 6.122 8.575 6 8.1 6c-.835 0-1.1.538-1.1.75 0 .236.09.4.231.518.15.125.4.227.744.232", clipRule: "evenodd" }))); exports.default = CircleNumber9;