UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.07 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 Andela = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.999 4.586L13.956.511A3.94 3.94 0 0012 0c-.713 0-1.378.183-1.946.511L2.982 4.586a4.013 4.013 0 00-1.917 3.42v7.997a3.99 3.99 0 001.927 3.421l7.014 4.046c.587.337 1.262.53 1.994.53.723 0 1.407-.193 1.994-.53l6.937-4.008a4.008 4.008 0 002.004-3.468V7.997a4.003 4.003 0 00-1.936-3.411zm.298 7.534h-.038c-5.039.02-9.143 4.143-9.143 9.182a.117.117 0 01-.116.116.118.118 0 01-.116-.116v-.038c-.019-5.039-4.143-9.144-9.181-9.144a.116.116 0 01-.116-.115c0-.068.058-.116.116-.116h.038c5.039-.019 9.143-4.143 9.143-9.182 0-.067.058-.115.116-.115.067 0 .116.058.116.115 0 5.059 4.114 9.182 9.181 9.182.068 0 .116.058.116.116.01.067-.048.115-.116.115z" })); exports.default = Andela;