UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 994 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TariffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m11.99 2.751-.004.009-2.34 6.437a.75.75 0 0 1-.45.448L2.76 11.986l-.009.004-.001.01.001.01.009.004 6.437 2.34a.75.75 0 0 1 .448.45l2.341 6.436.004.009.01.001.01-.001.004-.009 2.34-6.437a.75.75 0 0 1 .45-.448l6.436-2.341.009-.004.001-.01-.001-.01-.009-.004-6.437-2.34a.75.75 0 0 1-.448-.45L12.014 2.76l-.004-.009L12 2.75zm-1.414-.504c.484-1.33 2.364-1.33 2.848 0l2.22 6.108 6.109 2.221c1.33.484 1.33 2.364 0 2.848l-6.108 2.22-2.221 6.109c-.484 1.33-2.364 1.33-2.848 0l-2.22-6.108-6.109-2.221c-1.33-.484-1.33-2.364 0-2.848l6.108-2.22z", clipRule: "evenodd" }))); }); TariffMIcon.displayName = 'TariffMIcon';