UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlertOnMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.AlertOnMIcon = (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: "M6.853 4.292A7.45 7.45 0 0 1 12 2.25a7.45 7.45 0 0 1 5.147 2.042c1.371 1.312 2.149 3.098 2.149 4.969V14.5c0 .413.17 1.055.487 1.357.317.304.754.393 1.217.393.414 0 .75.306.75.72s-.336.78-.75.78H3c-.414 0-.75-.366-.75-.78s.336-.72.75-.72c.463 0 .9-.09 1.217-.393.316-.302.488-.944.488-1.357V9.26c0-1.87.777-3.656 2.148-4.968M5.745 16.25h12.51c-.297-.476-.46-1.18-.46-1.75V9.26c0-1.45-.602-2.848-1.685-3.884A5.95 5.95 0 0 0 12 3.75a5.95 5.95 0 0 0-4.11 1.626C6.807 6.412 6.205 7.81 6.205 9.26V14.5c0 .57-.163 1.274-.46 1.75M9.614 21a.75.75 0 0 1 .75-.75h3.272a.75.75 0 0 1 0 1.5h-3.272a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); }); exports.AlertOnMIcon.displayName = 'AlertOnMIcon';