UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PromoMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PromoMIcon = (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: "M18.933 3.675c.32-.108.66-.14.992-.091h.002a2.134 2.134 0 0 1 1.823 2.099v11.403a2.13 2.13 0 0 1-.894 1.727 2.13 2.13 0 0 1-1.919.297h-.002L8.417 15.603H7.212v.635a2.71 2.71 0 0 0 2.711 2.712.75.75 0 0 1 0 1.5 4.21 4.21 0 0 1-4.211-4.212v-.702a4.212 4.212 0 0 1 .75-8.356h1.955zM7.79 8.68H6.462a2.712 2.712 0 0 0 0 5.423h1.327zm1.5 5.633 10.118 3.373h.001a.63.63 0 0 0 .57-.09l.005-.003a.63.63 0 0 0 .267-.512V5.69a.635.635 0 0 0-.836-.594l-.004.001L9.289 8.471z", clipRule: "evenodd" }))); }); exports.PromoMIcon.displayName = 'PromoMIcon';