@gravity-ui/icons
Version:
Pack of Gravity UI icons
5 lines (4 loc) • 767 B
JavaScript
import * as React from 'react';
const CircleNumber3 = (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: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0M6.5 4.75a.75.75 0 0 0 0 1.5h1.467l-.809 1.04a.75.75 0 0 0 .715 1.2c.608-.102.952.023 1.123.148a.61.61 0 0 1 .254.512c0 .28-.261.85-1.25.85-.777 0-1.22-.533-1.288-.737a.75.75 0 1 0-1.424.474C5.554 10.533 6.554 11.5 8 11.5c1.701 0 2.75-1.13 2.75-2.35a2.11 2.11 0 0 0-.871-1.725 2.4 2.4 0 0 0-.665-.335l.878-1.13A.75.75 0 0 0 9.5 4.75z", clipRule: "evenodd" })));
export default CircleNumber3;