UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.95 kB
"use strict"; 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 InstagramLogo = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.843 1.539c.682-.032.894-.039 2.657-.039s1.975.007 2.657.039h0c.645.029 1.063.13 1.42.268h0l.005.002c.365.138.697.353.97.632h0l.007.007c.279.273.494.605.632.97h0l.002.005c.139.357.24.775.268 1.42.032.682.04.894.04 2.657s-.008 1.975-.04 2.657c-.029.645-.13 1.063-.268 1.42h0a2.824 2.824 0 01-1.615 1.615h-.001c-.357.14-.775.24-1.42.27-.682.03-.894.038-2.657.038s-1.975-.008-2.657-.039c-.644-.029-1.063-.13-1.42-.268h0l-.005-.002a2.686 2.686 0 01-.97-.632h0l-.007-.007a2.687 2.687 0 01-.632-.97h0l-.002-.005c-.138-.357-.239-.775-.268-1.42h0C1.507 9.475 1.5 9.263 1.5 7.5s.007-1.975.039-2.657h0c.029-.645.13-1.063.268-1.42h0l.002-.005c.138-.365.353-.697.632-.97h0l.007-.007c.274-.278.605-.494.97-.632h0l.005-.002c.357-.138.775-.239 1.42-.268zm0 0l-.023-.5m.023.5l-.023-.5m0 0c-.692.032-1.164.142-1.578.302L1.04 10.18c.032.692.142 1.164.302 1.578.164.434.42.826.75 1.151.325.33.718.586 1.151.75.414.16.886.27 1.578.302.693.031.915.039 2.68.039 1.765 0 1.987-.008 2.68-.04.692-.03 1.164-.14 1.578-.301a3.323 3.323 0 001.9-1.901c.162-.414.271-.886.303-1.578.032-.693.04-.915.04-2.68 0-1.765-.008-1.987-.04-2.68-.032-.692-.142-1.164-.302-1.578a3.185 3.185 0 00-.75-1.151 3.187 3.187 0 00-1.151-.75c-.414-.16-.886-.27-1.578-.302C9.487 1.007 9.265 1 7.5 1c-1.765 0-1.987.007-2.68.04z", stroke: "currentColor" }), React.createElement("circle", { cx: "7.5", cy: "7.5", r: "2.75", stroke: "currentColor" }), React.createElement("circle", { cx: "10.97", cy: "4.03", r: ".75", fill: "currentColor" })); exports.default = InstagramLogo;