UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PromoSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PromoSIcon = (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: "M13.513 1.1c.282-.096.582-.123.876-.08h.002c.445.066.852.29 1.147.633.295.342.46.78.462 1.233v9.224a1.91 1.91 0 0 1-.789 1.534 1.88 1.88 0 0 1-1.694.264h-.002l-8.42-2.827h-.77v.341a2.03 2.03 0 0 0 .588 1.43 2 2 0 0 0 1.42.592c.426 0 .772.348.772.778S6.759 15 6.332 15a3.53 3.53 0 0 1-2.512-1.048 3.58 3.58 0 0 1-1.04-2.53v-.427a3.55 3.55 0 0 1-1.74-.962A3.58 3.58 0 0 1 0 7.503a3.6 3.6 0 0 1 1.04-2.529 3.55 3.55 0 0 1 2.512-1.048h1.543zM4.448 5.483h-.896a2 2 0 0 0-1.419.592 2.03 2.03 0 0 0 0 2.858 2 2 0 0 0 1.42.592h.895zm1.545 4.259 8.009 2.688a.34.34 0 0 0 .305-.048l.005-.003a.34.34 0 0 0 .142-.276v-9.21a.34.34 0 0 0-.288-.333.34.34 0 0 0-.157.015l-.005.001-8.01 2.69z", clipRule: "evenodd" }))); }); exports.PromoSIcon.displayName = 'PromoSIcon';