iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.06 kB
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 Pushbullet = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0A12 12 0 000 12a12 12 0 0012 12 12 12 0 0012-12A12 12 0 0012 0zm0 1.688A10.312 10.312 0 0122.312 12 10.312 10.312 0 0112 22.312 10.312 10.312 0 011.688 12 10.312 10.312 0 0112 1.688zM7.258 6.92a.659.772 0 00-.659.772v8.643a.603.603 0 00.603.603h1.733a.603.603 0 00.603-.603V7.692a.659.772 0 00-.658-.772zm6.94.001c-.975.005-1.93.005-2.867.002-.28 0-.474.254-.534.499a1.7 1.7 0 00-.043.405c.004 2.854.007 5.677.007 8.47 0 .397.21.643.589.641 1.002-.004 1.967-.003 2.895 0 .058 0 .129.022.176.02.824-.018 1.552-.251 2.182-.698 2.02-1.43 2.554-4.264 1.662-6.47-.574-1.417-1.743-2.573-3.27-2.82a5.027 5.027 0 00-.797-.049z" }));
exports.default = Pushbullet;