iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 986 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 SymbolColor = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.003a7 7 0 00-7 7v.43c.09 1.51 1.91 1.79 3 .7a1.87 1.87 0 012.64 2.64c-1.1 1.16-.79 3.07.8 3.2h.6a7 7 0 100-14l-.04.03zm0 13h-.52a.58.58 0 01-.36-.14.56.56 0 01-.15-.3 1.24 1.24 0 01.35-1.08 2.87 2.87 0 000-4 2.87 2.87 0 00-4.06 0 1 1 0 01-.9.34.41.41 0 01-.22-.12.42.42 0 01-.1-.29v-.37a6 6 0 116 6l-.04-.04zM9 3.997a1 1 0 11-2 0 1 1 0 012 0zm3 7.007a1 1 0 11-2 0 1 1 0 012 0zm-7-5a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM13 8a1 1 0 11-2 0 1 1 0 012 0z", fill: "#424242" }));
exports.default = SymbolColor;