iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 2.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BadgeDecagramPercent = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.22 10.469a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zM8.202 14.738a.75.75 0 001.06 1.06L15.8 9.262a.75.75 0 00-1.06-1.06l-6.538 6.537zM16.032 14.781a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.477 2.47a2.25 2.25 0 00-3.129 0l-.902.873a.75.75 0 01-.626.203L7.577 3.37a2.25 2.25 0 00-2.531 1.84l-.217 1.236a.75.75 0 01-.388.533l-1.108.588a2.25 2.25 0 00-.967 2.976l.551 1.128a.75.75 0 010 .658l-.551 1.128a2.25 2.25 0 00.967 2.976l1.108.588a.75.75 0 01.388.533l.217 1.236a2.25 2.25 0 002.53 1.84l1.244-.176a.75.75 0 01.626.203l.902.873a2.25 2.25 0 003.13 0l.901-.873a.75.75 0 01.627-.203l1.243.175a2.25 2.25 0 002.531-1.839l.217-1.236a.75.75 0 01.387-.533l1.11-.588a2.25 2.25 0 00.966-2.976l-.551-1.128a.75.75 0 010-.659l.55-1.127a2.25 2.25 0 00-.966-2.976l-1.109-.588a.75.75 0 01-.387-.533l-.217-1.237A2.25 2.25 0 0016.25 3.37l-1.243.176a.75.75 0 01-.627-.203l-.902-.873zm-2.086 1.078a.75.75 0 011.043 0l.902.873a2.25 2.25 0 001.88.61l1.243-.175a.75.75 0 01.844.613l.217 1.236a2.25 2.25 0 001.161 1.599l1.109.588c.357.19.5.629.322.992l-.551 1.128a2.25 2.25 0 000 1.976l.551 1.128a.75.75 0 01-.322.992l-1.109.588a2.25 2.25 0 00-1.161 1.599l-.217 1.236a.75.75 0 01-.844.613l-1.243-.176a2.25 2.25 0 00-1.88.611l-.902.873a.75.75 0 01-1.043 0l-.902-.873a2.25 2.25 0 00-1.88-.61l-1.242.175a.75.75 0 01-.844-.613l-.217-1.236a2.25 2.25 0 00-1.162-1.599l-1.108-.588a.75.75 0 01-.323-.992l.552-1.128a2.25 2.25 0 000-1.976l-.552-1.128a.75.75 0 01.323-.992l1.108-.588a2.25 2.25 0 001.162-1.599l.217-1.236a.75.75 0 01.844-.613l1.243.175a2.25 2.25 0 001.88-.61l.901-.873z", fill: "#323544" }));
exports.default = BadgeDecagramPercent;