UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TariffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_510_77)" }, React.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.createElement("defs", null, React.createElement("clipPath", { id: "clip0_510_77" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); TariffSIcon.displayName = 'TariffSIcon';