UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.42 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SmsMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 4.25A2.25 2.25 0 0 1 7.25 2h9.5A2.25 2.25 0 0 1 19 4.25v.042a.75.75 0 0 1-1.5 0V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-4.153a.75.75 0 0 1 1.5 0v4.153A2.25 2.25 0 0 1 16.75 22h-9.5A2.25 2.25 0 0 1 5 19.75z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 7.25c-1.938 0-3.25 1.269-3.25 2.544 0 .433.14.846.399 1.216a.75.75 0 0 1 .112.62l-.205.788 1.138-.325a.75.75 0 0 1 .46.015c.408.147.863.23 1.346.23 1.938 0 3.25-1.268 3.25-2.544 0-1.275-1.312-2.544-3.25-2.544m-4.75 2.544c0-2.363 2.27-4.044 4.75-4.044s4.75 1.681 4.75 4.044-2.27 4.044-4.75 4.044c-.565 0-1.11-.084-1.617-.24l-2.177.623a.75.75 0 0 1-.932-.91l.454-1.744a3.56 3.56 0 0 1-.478-1.773M9 18a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 9 18", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M12.75 5.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }))); }); SmsMIcon.displayName = 'SmsMIcon';