iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 890 B
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 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 .722.048 1.063.145a3.946 3.946 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-.144 1.063a3.94 3.94 0 01-1.031 1.765 4.02 4.02 0 01-1.762 1.031C8.722 11.953 8.367 12 8 12s-.721-.047-1.062-.14a4.057 4.057 0 01-1.766-1.032 4.054 4.054 0 01-1.031-1.766A3.991 3.991 0 014 8c0-.367.046-.721.14-1.063a4.017 4.017 0 011.031-1.762 3.94 3.94 0 011.766-1.031A3.89 3.89 0 018 4z", fill: "#424242" }));
exports.default = CircleFilled;