iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.91 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 Angellist = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.815 10.368c.452-1.26 1.777-4.943 1.777-6.106 0-1.034-.646-1.907-1.745-1.907-2.13 0-2.809 4.117-3.78 6.366C12.29 6.585 11.17 2 9.35 2c-1.228 0-1.777.905-1.777 2.036 0 1.357 1.325 4.975 1.81 6.332-.227-.097-.518-.129-.776-.129-.905 0-1.874 1.131-1.874 2.036 0 .355.194.872.323 1.13-1.454.42-2.003 1.325-2.003 2.812 0 2.81 2.65 5.783 6.43 5.783 4.588 0 7.463-3.457 7.463-7.916-.064-1.712-.29-3.199-2.132-3.716zm-1.39-4.135c.13-.453.808-2.52 1.454-2.52.356 0 .453.355.453.646 0 .743-1.551 4.814-1.81 5.783l-1.325-.226 1.228-3.683zM8.802 3.874c0-.452.549-1.777 1.81 1.81l1.324 3.909c-.646-.032-1.099-.13-1.357.032-.42-1.066-1.777-4.62-1.777-5.751zm-.097 7.625c1.13 0 2.65 3.684 2.65 4.2 0 .194-.195.453-.42.453-.809 0-3.006-3.005-3.006-3.813 0-.29.453-.84.776-.84zm7.173 7.302c-1.131 1.228-2.585 1.907-4.265 1.907-2.327 0-4.136-1.26-5.008-3.425-.647-1.68.129-2.65.807-2.65.453 0 2.133 2.327 2.133 2.811 0 .194-.323.323-.453.323-.646 0-.872-.581-2.003-2.003-1.13 1.131.808 3.425 2.262 3.425 1.034 0 1.68-.97 1.486-1.648.13 0 .323 0 .453-.032.032 1.034.355 2.326 1.647 2.423 0-.032.097-.258.097-.258 0-.679-.42-1.26-.42-1.971 0-1.099.873-2.197 1.745-2.811.323-.226.679-.356 1.034-.485.355-.13.775-.323 1.034-.582-.032-.452-.226-.807-.646-.807-1.131-.033-4.782.097-4.782-1.583 0-.227 0-.517.678-.517 1.228 0 4.46.323 5.428 1.13.711.55.937 4.33-1.227 6.753zm-3.813-4.975c.355.129.776.129 1.13.226-.258.226-.548.452-.775.743a5.58 5.58 0 01-.355-.97z", fill: "#323544" }));
exports.default = Angellist;