iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 2.05 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 BrandSnapchat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-snapchat", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 1.96a5.88 5.88 0 015.882 5.882c0 .618.008 1.174.03 1.678l.008.21.084-.115q.46-.627 1.102-1.29l.187-.19a1 1 0 011.414 1.415c-2.637 2.637-2.51 3.795.76 5.527l.048.025a.98.98 0 01.46.636l.004.022.003.013.006.043.006.032v.009l.003.025.001.051.002.026-.001.009v.025l-.003.042-.002.034-.002.015-.002.02-.004.016-.01.06-.007.026-.006.02-.016.06-.013.029-.005.013-.024.062a1 1 0 01-.197.28l-.03.025-.016.014-.043.039-.013.007-.018.015-.051.033-.02.014-.008.003-.014.01a1 1 0 01-.098.049l-.013.003-.146.066c-.576.255-.81.365-1.008.474l-.053.03c-.27.155-.398.277-.558.525-.156.245-.293.516-.715 1.41a1 1 0 01-.904.573c-1.067 0-1.798.25-2.879.868l-.426.246c-.176.102-.311.178-.447.25-.794.423-1.464.636-2.248.636s-1.454-.213-2.248-.636a15 15 0 01-.447-.25l-.426-.246C7.798 20.21 7.067 19.96 6 19.96a1 1 0 01-.904-.573c-.422-.894-.559-1.165-.715-1.41a1.4 1.4 0 00-.558-.525c-.228-.13-.47-.243-1.227-.577l.02.007-.013-.003a1 1 0 01-.098-.05l-.014-.009-.028-.017-.051-.033-.018-.015-.013-.007-.043-.039-.012-.01-.004-.004-.03-.025a1 1 0 01-.197-.28l-.024-.062-.005-.013-.013-.028-.016-.061-.005-.012-.008-.035-.01-.059-.004-.016-.002-.02-.002-.015-.002-.035L2 15.993l.001-.025-.001-.01.002-.025.001-.05.003-.026v-.01l.006-.03.006-.044.004-.014.002-.021a.98.98 0 01.461-.636l.048-.025.204-.11c3.003-1.635 3.132-2.785.72-5.25l-.164-.167a1 1 0 011.414-1.414q.764.763 1.289 1.479l.083.115.01-.21q.025-.628.028-1.374l.001-.304A5.88 5.88 0 0112 1.96" }));
exports.default = BrandSnapchat;