iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 Privateinternetaccess = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.808 5.764a.812.812 0 10-.812.812.811.811 0 00.812-.812m3.196-.812a.812.812 0 10.811.812.812.812 0 00-.811-.812m-.876 2.154a1.686 1.686 0 01-2.257 0 .21.21 0 00-.286.31 2.064 2.064 0 002.83 0 .21.21 0 10-.286-.31M11.947 0A7.158 7.158 0 004.79 7.158v1.385l.002.03a1.697 1.697 0 00-1.389 1.646 2.393 2.393 0 00-.33 1.22v9.178a2.415 2.415 0 001.785 2.328A1.767 1.767 0 006.473 24h2.005a1.763 1.763 0 001.577-.967h3.681c.301.594.91.968 1.576.967h2.008a1.772 1.772 0 001.59-1 2.408 2.408 0 002.018-2.38V11.44a2.428 2.428 0 00-.315-1.197v-.01a1.692 1.692 0 00-1.23-1.625V7.16A7.16 7.16 0 0012.223 0zm.032 2.559h.214a4.48 4.48 0 014.483 4.48v1.504h-1.008a1.667 1.667 0 00-1.174.48H9.527a1.675 1.675 0 00-1.183-.48h-.848V7.039a4.48 4.48 0 014.482-4.48zm.025 9.492v.004a1.974 1.974 0 011.105 3.603.313.313 0 00-.132.299l.486 3.297a.307.307 0 01-.07.246.314.314 0 01-.235.107h-2.316a.31.31 0 01-.305-.353l.484-3.297a.293.293 0 00-.129-.295 1.975 1.975 0 01.885-3.598 2.176 2.176 0 01.227-.013z" }));
exports.default = Privateinternetaccess;