@gravity-ui/icons
Version:
Pack of Gravity UI icons
5 lines (4 loc) • 1.03 kB
JavaScript
import * as React from 'react';
const CircleNumber5 = (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.861 4.75a.75.75 0 0 0-.736.606l-.461 2.35a.75.75 0 0 0 .64.888l.055.997h-.002.002a.75.75 0 0 0-.718 1.318L6 10.25l-.359.659h.002l.001.001.005.003.014.007a3 3 0 0 0 .188.091c.122.056.295.128.506.2a5.3 5.3 0 0 0 1.676.289c1.653 0 2.717-1.311 2.717-2.5 0-.726-.304-1.32-.805-1.714-.48-.378-1.09-.536-1.678-.536-.324 0-.629.03-.901.073l.112-.573H9.44a.75.75 0 1 0 0-1.5zM6.36 9.591l-.055-.997a.75.75 0 0 0 .384-.051l.018-.008.087-.03a4.6 4.6 0 0 1 1.475-.254c.337-.001.594.091.749.213.133.106.233.262.233.536 0 .37-.403 1-1.217 1-.45 0-.875-.102-1.194-.21a4 4 0 0 1-.461-.189zm-.055-.997-.179-3.238z", clipRule: "evenodd" })));
export default CircleNumber5;