@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.17 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SMSSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SMSSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 2.25C2.5 1.00736 3.50736 0 4.75 0H11.5417C12.6232 0 13.5 0.876776 13.5 1.95833C13.5 2.37255 13.1642 2.70833 12.75 2.70833C12.3358 2.70833 12 2.37255 12 1.95833C12 1.7052 11.7948 1.5 11.5417 1.5H4.75C4.33579 1.5 4 1.83579 4 2.25V13.75C4 14.1642 4.33579 14.5 4.75 14.5H11.25C11.6642 14.5 12 14.1642 12 13.75V10.8194C12 10.4052 12.3358 10.0694 12.75 10.0694C13.1642 10.0694 13.5 10.4052 13.5 10.8194V13.75C13.5 14.9926 12.4926 16 11.25 16H4.75C3.50736 16 2.5 14.9926 2.5 13.75V2.25ZM12.5 4.75C11.49 4.75 10.75 5.50985 10.75 6.35294C10.75 6.63687 10.8301 6.90352 10.9734 7.13669C11.0761 7.30379 11.1093 7.50448 11.0658 7.69574L11.0247 7.87634L11.2672 7.79716C11.4367 7.7418 11.6203 7.74864 11.7852 7.81646C12.0018 7.90552 12.2432 7.95588 12.5 7.95588C13.51 7.95588 14.25 7.19603 14.25 6.35294C14.25 5.50985 13.51 4.75 12.5 4.75ZM9.25 6.35294C9.25 4.59705 10.7486 3.25 12.5 3.25C14.2514 3.25 15.75 4.59705 15.75 6.35294C15.75 8.10884 14.2514 9.45588 12.5 9.45588C12.1484 9.45588 11.8083 9.40236 11.489 9.30269L10.2328 9.71294C9.97614 9.79678 9.69417 9.73614 9.49463 9.55417C9.29509 9.3722 9.20879 9.097 9.26868 8.83368L9.54072 7.63748C9.35452 7.24673 9.25 6.81143 9.25 6.35294ZM5.75 13C5.75 12.5858 6.08579 12.25 6.5 12.25H9.5C9.91421 12.25 10.25 12.5858 10.25 13C10.25 13.4142 9.91421 13.75 9.5 13.75H6.5C6.08579 13.75 5.75 13.4142 5.75 13Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8.75 3.75C8.75 4.16421 8.41421 4.5 8 4.5C7.58579 4.5 7.25 4.16421 7.25 3.75C7.25 3.33579 7.58579 3 8 3C8.41421 3 8.75 3.33579 8.75 3.75Z", fill: "currentColor" }))); });
exports.SMSSIcon.displayName = 'SMSSIcon';