UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.21 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SMSMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4.25C5 3.00736 6.00736 2 7.25 2H16.75C17.9926 2 19 3.00736 19 4.25V4.29167C19 4.70588 18.6642 5.04167 18.25 5.04167C17.8358 5.04167 17.5 4.70588 17.5 4.29167V4.25C17.5 3.83579 17.1642 3.5 16.75 3.5H7.25C6.83579 3.5 6.5 3.83579 6.5 4.25V19.75C6.5 20.1642 6.83579 20.5 7.25 20.5H16.75C17.1642 20.5 17.5 20.1642 17.5 19.75V15.5972C17.5 15.183 17.8358 14.8472 18.25 14.8472C18.6642 14.8472 19 15.183 19 15.5972V19.75C19 20.9926 17.9926 22 16.75 22H7.25C6.00736 22 5 20.9926 5 19.75V4.25Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 7.25C16.0623 7.25 14.75 8.51869 14.75 9.79412C14.75 10.2266 14.8893 10.6405 15.1489 11.0101C15.2754 11.1902 15.3164 11.4168 15.261 11.6298L15.0561 12.4182L16.1939 12.093C16.3451 12.0498 16.506 12.0552 16.6539 12.1084C17.0618 12.2552 17.5169 12.3382 18 12.3382C19.9377 12.3382 21.25 11.0695 21.25 9.79412C21.25 8.51869 19.9377 7.25 18 7.25ZM13.25 9.79412C13.25 7.43097 15.5194 5.75 18 5.75C20.4806 5.75 22.75 7.43097 22.75 9.79412C22.75 12.1573 20.4806 13.8382 18 13.8382C17.4347 13.8382 16.8899 13.7543 16.3834 13.5989L14.2061 14.2211C13.9473 14.2951 13.6687 14.2247 13.4761 14.0367C13.2835 13.8486 13.2064 13.5718 13.2741 13.3113L13.7275 11.567C13.4246 11.0369 13.25 10.4352 13.25 9.79412Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 18C9 17.5858 9.33579 17.25 9.75 17.25H14.25C14.6642 17.25 15 17.5858 15 18C15 18.4142 14.6642 18.75 14.25 18.75H9.75C9.33579 18.75 9 18.4142 9 18Z", fill: "currentColor" }), React.createElement("path", { d: "M12.75 5.75C12.75 6.16421 12.4142 6.5 12 6.5C11.5858 6.5 11.25 6.16421 11.25 5.75C11.25 5.33579 11.5858 5 12 5C12.4142 5 12.75 5.33579 12.75 5.75Z", fill: "currentColor" }))); }); SMSMIcon.displayName = 'SMSMIcon';