UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 762 B
"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 Atlassian = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.892 11.255c-.322-.322-.773-.322-.966.097L2.06 21.114c-.193.354.097.87.548.87h6.797a.624.624 0 00.548-.323c1.45-3.06.548-7.668-2.062-10.406zm3.609-8.924c-4.704 7.539-.323 13.563 2.545 19.33a.624.624 0 00.548.322h6.797a.602.602 0 00.548-.87S12.822 2.783 12.596 2.332c-.29-.42-.838-.42-1.095 0z", fill: "#323544" })); exports.default = Atlassian;