UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TariffSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TariffSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_510_77)" }, react_1.default.createElement("path", { d: "M1.35244 7.49683L5.85832 5.85832L7.49683 1.35245C7.66771 0.882519 8.33232 0.882517 8.5032 1.35244L10.1417 5.85832L14.6476 7.49683C15.1175 7.66771 15.1175 8.33232 14.6476 8.5032L10.1417 10.1417L8.5032 14.6476C8.33232 15.1175 7.66771 15.1175 7.49683 14.6476L5.85832 10.1417L1.35245 8.5032C0.882519 8.33232 0.882517 7.66771 1.35244 7.49683Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_510_77" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.TariffSIcon.displayName = 'TariffSIcon';