UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 911 B
"use strict"; 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 CircleFilled = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8 4c.367 0 .721.048 1.063.145a3.943 3.943 0 011.762 1.031 3.944 3.944 0 011.03 1.762c.097.34.145.695.145 1.062 0 .367-.048.721-.145 1.063a3.94 3.94 0 01-1.03 1.765 4.017 4.017 0 01-1.762 1.031C8.72 11.953 8.367 12 8 12s-.721-.047-1.063-.14a4.056 4.056 0 01-1.765-1.032A4.054 4.054 0 014.14 9.062 3.991 3.991 0 014 8c0-.367.047-.721.14-1.063.097-.34.232-.658.407-.953A4.089 4.089 0 015.98 4.546a3.94 3.94 0 01.957-.401A3.89 3.89 0 018 4z", fill: "#C5C5C5" })); exports.default = CircleFilled;