UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.65 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 ShadowOuter = (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: "M12.14 3.886a6 6 0 11-8.244 8.269l.425-.263a5.5 5.5 0 107.557-7.58l.262-.426z", fill: "currentColor" }), React.createElement("path", { opacity: ".2", fillRule: "evenodd", clipRule: "evenodd", d: "M12.851 5.073a5.5 5.5 0 11-7.778 7.778l.357-.35a5 5 0 107.07-7.07l.351-.358z", fill: "currentColor" }), React.createElement("path", { opacity: ".35", fillRule: "evenodd", clipRule: "evenodd", d: "M13.302 6.45a5 5 0 01-6.901 6.822l.26-.427a4.5 4.5 0 006.21-6.14l.431-.254z", fill: "currentColor" }), React.createElement("path", { opacity: ".5", fillRule: "evenodd", clipRule: "evenodd", d: "M13.374 7.94a4.5 4.5 0 01-5.502 5.417l.126-.484a4 4 0 004.89-4.816l.486-.117z", fill: "currentColor" }), React.createElement("path", { opacity: ".65", fillRule: "evenodd", clipRule: "evenodd", d: "M12.915 9.821a4.005 4.005 0 01-3.123 3.1l-.098-.49a3.504 3.504 0 002.732-2.712l.49.102z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.277 7.503a6.225 6.225 0 1112.45 0 6.225 6.225 0 01-12.45 0zm6.225-5.275a5.275 5.275 0 100 10.55 5.275 5.275 0 000-10.55z", fill: "currentColor" })); exports.default = ShadowOuter;