UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.68 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 Swift = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22 7.563v-.579c0-.45-.032-.868-.129-1.318-.032-.45-.225-.869-.418-1.222-.418-.772-1.029-1.447-1.865-1.865-.418-.193-.803-.354-1.254-.418-.45-.032-.868-.129-1.318-.129H6.695c-.354 0-.644.032-.997.097a3.58 3.58 0 00-.965.257c-.096.032-.225.096-.321.129a7.55 7.55 0 00-.804.61c-.097.033-.161.13-.29.226a4.786 4.786 0 00-.771 1.028c-.193.419-.354.804-.418 1.255-.065.45-.097.868-.129 1.318V16.984c0 .45.032.868.129 1.318.032.45.225.869.418 1.254.418.804 1.029 1.447 1.865 1.865.418.193.803.354 1.254.418.45.033.868.129 1.318.129H17.017c.45 0 .867-.032 1.317-.129.45-.032.869-.225 1.254-.418.772-.418 1.447-1.029 1.865-1.865.193-.418.354-.803.418-1.254.065-.45.129-.868.129-1.318V8.27v-.707zM18.881 18.27c-.9-1.704-2.54-1.318-3.376-.868a.687.687 0 01-.225.129h-.065c-1.704.964-4.115.996-6.463-.032a10.693 10.693 0 01-4.662-4.02 7.477 7.477 0 001.769 1.03c2.54 1.189 5.016 1.092 6.816 0-2.54-1.93-4.598-4.47-6.27-6.496a10.411 10.411 0 01-.868-1.125c1.93 1.768 5.016 4.019 6.11 4.598-2.348-2.444-4.374-5.53-4.31-5.37 3.666 3.698 7.042 5.82 7.042 5.82.129.032.226.128.322.193.032-.193.129-.354.193-.547.579-2.122-.032-4.598-1.543-6.592 3.44 2.026 5.434 5.917 4.598 9.229-.033.032-.033.128-.033.225 1.64 1.961 1.19 4.212.965 3.826z", fill: "#323544" })); exports.default = Swift;