UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WarningTriangleOutlineMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.WarningTriangleOutlineMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.886 2.563a2.135 2.135 0 0 1 3.014.849l.004.006 7.618 15.236v.001a2.136 2.136 0 0 1-1.9 3.095H4.378a2.135 2.135 0 0 1-1.901-3.095v-.001L10.1 3.412c.179-.35.451-.644.786-.849M12 3.75a.64.64 0 0 0-.564.343L3.819 19.327l-.001.002a.635.635 0 0 0 .564.921h15.236a.633.633 0 0 0 .564-.921l-.001-.002-7.617-15.234A.64.64 0 0 0 12 3.75", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M12 15a.75.75 0 0 1-.75-.75L11.034 8a.966.966 0 1 1 1.931 0l-.215 6.25A.75.75 0 0 1 12 15M11 18a1 1 0 1 0 2 0 1 1 0 0 0-2 0" }))); }); exports.WarningTriangleOutlineMIcon.displayName = 'WarningTriangleOutlineMIcon';