iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 826 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 Drooble = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 11.986a7.599 7.599 0 00-7-7.559v7.574a5 5 0 01-10 0c0-3.604 3.707-6.022 7-4.583V.17C6.615-1.069 0 4.63 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12v-.014m-14 .015a2 2 0 104 0 2 2 0 00-4 0m14-.015a7.599 7.599 0 00-7-7.559v7.574a5 5 0 01-10 0c0-3.604 3.707-6.022 7-4.583V.17C6.615-1.069 0 4.63 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12v-.014m-14 .015a2 2 0 104 0 2 2 0 00-4 0z" }));
exports.default = Drooble;