UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.24 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 Award = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-award", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M19.496 13.983l1.966 3.406a1.001 1.001 0 01-.705 1.488l-.113.011-.112-.001-2.933-.19-1.303 2.636a1.001 1.001 0 01-1.608.26l-.082-.094-.072-.11-1.968-3.407a8.994 8.994 0 006.93-3.999zM11.43 17.982L9.464 21.39a1.001 1.001 0 01-1.622.157l-.076-.1-.064-.114-1.304-2.635-2.931.19a1.001 1.001 0 01-1.022-1.29l.04-.107.05-.1 1.968-3.409a8.994 8.994 0 006.927 4.001zM12 2l.24.004A7 7 0 0119 9l-.003.193-.007.192-.018.245-.026.242-.024.178a6.985 6.985 0 01-.317 1.268l-.116.308-.153.348a7.001 7.001 0 01-12.688-.028l-.13-.297-.052-.133-.08-.217-.095-.294a6.96 6.96 0 01-.093-.344l-.06-.271-.049-.271-.02-.139-.039-.323-.024-.365L5 9a7 7 0 016.76-6.996L12 2z" })); exports.default = Award;