UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.81 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WarningTriangleFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.WarningTriangleFilledMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9117 2.55655C11.1571 2.40657 11.4309 2.30888 11.7159 2.26959C12.0009 2.2303 12.2909 2.25026 12.5678 2.32821C12.8447 2.40617 13.1026 2.54045 13.3252 2.72264C13.5478 2.90484 13.7304 3.13103 13.8616 3.38705L21.5284 18.7192C21.6887 19.0374 21.7651 19.3913 21.7502 19.7473C21.7352 20.1033 21.6296 20.4496 21.4432 20.7532C21.2568 21.0569 20.9959 21.3079 20.6852 21.4823C20.3745 21.6568 20.0244 21.7489 19.6681 21.75H4.33455C3.97832 21.749 3.62825 21.6571 3.31757 21.4828C3.00688 21.3085 2.7459 21.0577 2.55939 20.7542C2.37288 20.4507 2.26703 20.1046 2.25189 19.7486C2.23675 19.3927 2.31283 19.0389 2.47289 18.7206V18.7192L10.1425 3.38705C10.318 3.04455 10.5832 2.75716 10.9117 2.55655ZM12.0014 14.9201C11.5976 14.9201 11.2702 14.5927 11.2702 14.1888L11.06 8.09418C11.0416 7.56152 11.4685 7.11971 12.0014 7.11971C12.5344 7.11971 12.9613 7.56152 12.9429 8.09419L12.7327 14.1888C12.7327 14.5927 12.4053 14.9201 12.0014 14.9201ZM11.0264 17.8453C11.0264 18.3838 11.4629 18.8203 12.0014 18.8203C12.54 18.8203 12.9765 18.3838 12.9765 17.8453C12.9765 17.3068 12.54 16.8702 12.0014 16.8702C11.4629 16.8702 11.0264 17.3068 11.0264 17.8453Z", fill: "currentColor" }))); }); exports.WarningTriangleFilledMIcon.displayName = 'WarningTriangleFilledMIcon';