UNPKG

iconista

Version:

Thousands of SVG icons with one React component

19 lines (18 loc) 2.88 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 Shadow = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { opacity: ".05", fillRule: "evenodd", clipRule: "evenodd", d: "M6.783 13.376c1.956-3.423 1.956-8.329 0-11.752l.434-.248c2.044 3.577 2.044 8.671 0 12.248l-.434-.248z", fill: "currentColor" }), React.createElement("path", { opacity: ".1", fillRule: "evenodd", clipRule: "evenodd", d: "M7.282 13.477c1.957-3.482 1.957-8.472 0-11.955l.436-.244c2.043 3.634 2.043 8.81 0 12.444l-.436-.245z", fill: "currentColor" }), React.createElement("path", { opacity: ".15", fillRule: "evenodd", clipRule: "evenodd", d: "M7.821 13.506c1.904-3.51 1.905-8.492.004-12.005l.44-.238c1.981 3.662 1.98 8.822-.004 12.482l-.44-.239z", fill: "currentColor" }), React.createElement("path", { opacity: ".2", fillRule: "evenodd", clipRule: "evenodd", d: "M8.413 13.429c1.782-3.5 1.783-8.354.001-11.855l.446-.227c1.854 3.644 1.853 8.666-.002 12.309l-.445-.227z", fill: "currentColor" }), React.createElement("path", { opacity: ".25", fillRule: "evenodd", clipRule: "evenodd", d: "M9.024 13.296c1.633-3.458 1.635-8.119.006-11.58l.452-.212c1.693 3.595 1.69 8.412-.005 12.005l-.453-.213z", fill: "currentColor" }), React.createElement("path", { opacity: ".3", fillRule: "evenodd", clipRule: "evenodd", d: "M9.668 13.066c1.442-3.37 1.443-7.754.003-11.125l.46-.196c1.493 3.496 1.492 8.022-.003 11.517l-.46-.197z", fill: "currentColor" }), React.createElement("path", { opacity: ".35", fillRule: "evenodd", clipRule: "evenodd", d: "M10.331 12.746c1.224-3.225 1.225-7.255.004-10.482l.467-.177c1.265 3.341 1.264 7.497-.003 10.836l-.468-.177z", fill: "currentColor" }), React.createElement("path", { opacity: ".4", fillRule: "evenodd", clipRule: "evenodd", d: "M11.015 12.299c.979-3.002.98-6.586.003-9.588l.476-.155c1.009 3.103 1.008 6.796-.003 9.898l-.476-.155z", fill: "currentColor" }), React.createElement("path", { opacity: ".45", fillRule: "evenodd", clipRule: "evenodd", d: "M11.721 11.668c.704-2.655.705-5.671.003-8.327l.483-.128c.725 2.74.724 5.844-.002 8.583l-.484-.128z", fill: "currentColor" }), React.createElement("path", { opacity: ".5", fillRule: "evenodd", clipRule: "evenodd", d: "M12.443 10.752c.41-2.114.41-4.391 0-6.505l.49-.095a17.888 17.888 0 01.001 6.695l-.49-.095z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.877 7.5a6.623 6.623 0 1113.246 0 6.623 6.623 0 01-13.246 0zM7.5 1.827a5.673 5.673 0 100 11.346 5.673 5.673 0 000-11.346z", fill: "currentColor" })); exports.default = Shadow;