iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 961 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 Svg99designs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.65 13.779a2.106 2.106 0 11-4.212 0 2.106 2.106 0 014.212 0zm-7.557-3.572a2.023 2.023 0 11-4.045 0 2.023 2.023 0 014.046 0zm-7.66 0a2.023 2.023 0 11-4.046 0 2.023 2.023 0 014.046 0zM17.44 17.87c.917.398 2.243.466 3.122.058.392-.182.754-.478 1.085-.886v.877H24V6.062h-2.485v4.272c-.707-.685-1.449-.977-2.45-.977-1.06 0-1.925.352-2.585.916v-.066A4.41 4.41 0 008.24 8.02a4.41 4.41 0 10-4.14 6.585l-1.912 3.313h2.869l3.183-5.526a4.412 4.412 0 003.522 2.213l-1.913 3.313h2.868l2.238-3.884c.066 1.584.868 3.13 2.486 3.835" }));
exports.default = Svg99designs;