@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 2.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Privateinternetaccess = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.998 0C7.651 0 4.129 3.503 4.129 7.824v.87h-.975c-1.022 0-1.85.823-1.85 1.84v7.18c.003.48.032.828.22 1.08a.748.748 0 0 0 .371.26c.138.043.253.064.384.075.079.006.163.01.252.01h1.576c.047.62.077 1.285.108 1.883.042.647.08 1.294.119 1.94 0 .101.012.331.139.552.125.222.387.421.812.418h3.979l2.066-2.192h1.543L14.871 24h3.568c.308-.001.59.007.834-.148.243-.159.389-.46.46-.985.051-.386.082-1.11.107-1.846 0-.613.033-1.272.056-1.898h1.57c.19 0 .35.008.53-.02a.79.79 0 0 0 .473-.232c.197-.223.223-.542.226-1.02v-7.318a1.848 1.848 0 0 0-1.851-1.84c-.324.002-.65 0-.975 0v-.869c0-4.32-3.523-7.824-7.87-7.824zm-.012 2.865a4.83 4.83 0 0 1 4.836 4.826v1.414H7.148V7.691a4.832 4.832 0 0 1 4.838-4.826zm-1.588 1.73a.893.893 0 0 0-.894.895.893.893 0 0 0 .894.893.893.893 0 0 0 .893-.893.893.893 0 0 0-.893-.894zm3.176 0a.893.893 0 0 0-.892.895.893.893 0 0 0 .892.893.893.893 0 0 0 .895-.893.893.893 0 0 0-.895-.894zM9.957 7.632v.513h4.313v-.513zM4.369 9.588h.25v9.107h14.785v.49H4.596v-.32h-.227zm15.063 0h.252v9.277h-.252zM11.9 12.992c.747 0 1.363.537 1.518 1.248h-.385a1.191 1.191 0 0 0-1.133-.879c-.534.001-.985.37-1.13.88h-.387c.155-.712.77-1.248 1.517-1.249zm-1.63 1.504h3.234v2.412h-3.235zm11.687 4.879c-.076.004-.157.008-.244.008h-1.57c-.021.389-.036 1.004-.057 1.639h.363c.834 0 1.508-.677 1.508-1.512zm-20.027.002v.135c0 .833.668 1.51 1.494 1.51h.49l-.101-1.63h-1.56c-.117 0-.225-.003-.323-.015Z"
}));
});
Privateinternetaccess.displayName = 'Privateinternetaccess';
export var PrivateinternetaccessDimensions = {
height: 24,
width: 24
};