UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrKoronaSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrKoronaSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M3.002 14h9.996v-1.262H3.002zM7.986 1l1.336 1.406-1.336 1.403-1.31-1.403z" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.326 4.299C10.79 4.376 13.15 5.374 15 7.123l-1.969 5.06h-1.276l1.83-4.652a10 10 0 0 0-.497-.367l-1.762 4.614s-.15.406-.568.404c-.502-.002-2.432 0-2.432 0zm1.175 6.759s.499.005.623 0c0 0 .187.008.284-.201l1.657-4.305a8.9 8.9 0 0 0-2.564-.86zM7.674 4.299C5.21 4.376 2.85 5.374 1 7.123l1.969 5.06h1.276L2.415 7.53q.242-.191.497-.367l1.761 4.614s.15.406.57.404c.501-.002 2.43 0 2.43 0zm-1.175 6.759s-.5.005-.623 0c0 0-.187.008-.284-.201L3.935 6.552a8.9 8.9 0 0 1 2.564-.86z", clipRule: "evenodd" }))); }); exports.BrKoronaSIcon.displayName = 'BrKoronaSIcon';