UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 961 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WarningTriangleFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.WarningTriangleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.218 1.22a1.5 1.5 0 0 1 2.118.596l.002.004 5.502 11.004A1.5 1.5 0 0 1 13.503 15H2.496a1.5 1.5 0 0 1-1.336-2.175L6.664 1.82l.002-.004c.126-.246.316-.452.552-.596M8 5.12a.75.75 0 0 1 .75.751v3.251a.75.75 0 1 1-1.5 0v-3.25A.75.75 0 0 1 8 5.12m1 6.754a1 1 0 1 1-2 0 1 1 0 0 1 2 0", clipRule: "evenodd" }))); }); exports.WarningTriangleFilledSIcon.displayName = 'WarningTriangleFilledSIcon';