@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 957 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TariffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#TariffSIcon__a)" },
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m1.352 7.497 4.506-1.639 1.639-4.506a.535.535 0 0 1 1.006 0l1.639 4.506 4.506 1.639c.47.17.47.835 0 1.006l-4.506 1.639-1.639 4.506a.535.535 0 0 1-1.006 0l-1.639-4.506-4.506-1.639a.535.535 0 0 1 0-1.006" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "TariffSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
TariffSIcon.displayName = 'TariffSIcon';