UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 992 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WarningCircleOutlineSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.WarningCircleOutlineSIcon = (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: "M2.444 2.444a7.857 7.857 0 1 1 11.112 11.112A7.857 7.857 0 0 1 2.444 2.444M8 1.857a6.143 6.143 0 1 0 0 12.286A6.143 6.143 0 0 0 8 1.857", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7.051 4.998a.95.95 0 1 1 1.899 0L8.787 8.25a.788.788 0 0 1-1.574 0z" }))); }); exports.WarningCircleOutlineSIcon.displayName = 'WarningCircleOutlineSIcon';