@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 2.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WarningTriangleMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8864 2.56339C11.2217 2.35842 11.607 2.24997 12 2.24997C12.393 2.24997 12.7784 2.35842 13.1137 2.56339C13.449 2.76835 13.7212 3.06188 13.9004 3.41164L13.9038 3.41818L21.5216 18.654L21.5223 18.6552C21.6856 18.98 21.7634 19.341 21.7482 19.7043C21.7329 20.0679 21.625 20.4217 21.4346 20.7319C21.2442 21.0421 20.9776 21.2985 20.6603 21.4767C20.3429 21.6549 19.9852 21.749 19.6213 21.7501L19.619 21.7501H4.38107L4.3788 21.7501C4.01481 21.749 3.65715 21.6549 3.33978 21.4767C3.02241 21.2985 2.75586 21.0421 2.56546 20.7319C2.37505 20.4217 2.2671 20.0679 2.25187 19.7043C2.23666 19.341 2.31444 18.9799 2.47784 18.6552L2.47842 18.654L10.0996 3.41162C10.2788 3.06186 10.5511 2.76835 10.8864 2.56339ZM12 3.74997C11.8831 3.74997 11.7685 3.78224 11.6687 3.84322C11.5698 3.90367 11.4893 3.99003 11.436 4.09292L3.81901 19.3269L3.81796 19.329C3.76923 19.4257 3.74602 19.5333 3.75056 19.6415C3.75509 19.7497 3.7872 19.8549 3.84385 19.9472C3.9005 20.0395 3.9798 20.1158 4.07422 20.1688C4.16836 20.2217 4.2744 20.2497 4.38234 20.2501H19.6177C19.7257 20.2497 19.8317 20.2217 19.9258 20.1688C20.0203 20.1158 20.0996 20.0395 20.1562 19.9472C20.2128 19.8549 20.245 19.7497 20.2495 19.6415C20.254 19.5333 20.2308 19.4257 20.1821 19.329L20.181 19.3269L12.564 4.09292C12.5107 3.99003 12.4303 3.90368 12.3314 3.84322C12.2316 3.78224 12.1169 3.74997 12 3.74997Z", fill: "currentColor" }),
React.createElement("path", { d: "M12 15C11.5858 15 11.25 14.6642 11.25 14.25L11.0345 7.99941C11.0156 7.45311 11.4534 7 12 7C12.5466 7 12.9844 7.45311 12.9655 7.99941L12.75 14.25C12.75 14.6642 12.4142 15 12 15Z", fill: "currentColor" }),
React.createElement("path", { d: "M11 18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18Z", fill: "currentColor" }))); });
WarningTriangleMIcon.displayName = 'WarningTriangleMIcon';