UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 963 B
"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 Ribbon = (props) => React.createElement("svg", { className: "lucide lucide-ribbon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M12 11.22C11 9.997 10 9 10 8a2 2 0 014 0c0 1-.998 2.002-2.01 3.22M12 18l2.57-3.5M6.243 9.016a7 7 0 0111.507-.009M9.35 14.53L12 11.22" }), React.createElement("path", { d: "M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0112 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 01-.203 1.43l-1.894 1.36a1 1 0 01-1.384-.215L12 18l-2.679 3.593a1 1 0 01-1.39.213l-1.865-1.353a1 1 0 01-.203-1.422z" })); exports.default = Ribbon;