iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.92 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 Affine = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.995 1.377a1.733 1.733 0 00-1.496.863C9.322 4.294 1.088 18.503.127 20.234c-.39.937.154 2.048 1.131 2.32.406.108.834.054 1.203.067 5.374.005 14.234-.006 19.624 0 .156.003.428-.001.658-.066a1.75 1.75 0 001.256-1.606 1.805 1.805 0 00-.125-.713c-.111-.241-.195-.367-.287-.531l-.545-.943L14.32 3.656l-.545-.943-.273-.473a1.862 1.862 0 00-.48-.535 1.705 1.705 0 00-1.028-.328zm.006 1.3c.147 0 .293.074.375.215.165.277.648 1.139.816 1.416 1.831 3.174 4.115 7.13 6.305 10.922L10.358 5.09c.33-.57 1.126-1.952 1.268-2.198V2.89A.426.426 0 0112 2.677zM9.788 6.144l7.555 7.846-.057-.025-8-5.442c.071-.622.193-1.242.35-1.855zM8.37 8.535L4.22 21.32h-1.76c-.11 0-.682.004-.757-.004-.28-.005-.478-.33-.371-.588.64-1.12 4.178-7.243 7.037-12.193zm.844 1.205l5.574 3.432-5.504-2.278a9.16 9.16 0 01-.07-1.154zm-.86 1.377l-.697 9.465c-.72.303-1.473.537-2.24.725zm1.152.908l3.553 1.225H9.973a7.13 7.13 0 01-.33-.773c-.05-.15-.095-.3-.137-.452zm-.552.852l.049.13.834 6.339a9.22 9.22 0 01-1.088.707zm1.865 1.168h2.365c.18 0 .293.193.203.35l-1.183 2.048a.233.233 0 01-.405 0h-.002l-1.181-2.049a.233.233 0 01.203-.35zm3.678.016a7.161 7.161 0 01.832.1 7.847 7.847 0 01.463.109l-2.842 2.466zm2.38.58a9.184 9.184 0 011.057.527l-5.879 3.174zm-6.888.257l1.543 2.672a7.115 7.115 0 01-.504.67 7.814 7.814 0 01-.322.346zm8.965.946c.274.203.538.422.797.648l.986 1.024-10.709 2.652.059-.041zm2.447 2.685l1.194 2.065c.06.1.051.104.074.136a.441.441 0 01-.28.575c-.03.001-.057.014-.091.012-.006.005-.13.003-.213.003H8.295z" }));
exports.default = Affine;