@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.28 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SmsSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.5 2.25A2.25 2.25 0 0 1 4.75 0h6.792C12.623 0 13.5.877 13.5 1.958a.75.75 0 0 1-1.5 0 .46.46 0 0 0-.458-.458H4.75a.75.75 0 0 0-.75.75v11.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-2.93a.75.75 0 0 1 1.5 0v2.93A2.25 2.25 0 0 1 11.25 16h-6.5a2.25 2.25 0 0 1-2.25-2.25zm10 2.5c-1.01 0-1.75.76-1.75 1.603 0 .284.08.55.223.784a.75.75 0 0 1 .093.559l-.041.18.242-.079a.75.75 0 0 1 .518.02c.217.089.458.139.715.139 1.01 0 1.75-.76 1.75-1.603S13.51 4.75 12.5 4.75M9.25 6.353c0-1.756 1.499-3.103 3.25-3.103s3.25 1.347 3.25 3.103-1.499 3.103-3.25 3.103a3.4 3.4 0 0 1-1.011-.153l-1.256.41a.75.75 0 0 1-.964-.88l.272-1.196a3 3 0 0 1-.291-1.284M5.75 13a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M8.75 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }))); });
SmsSIcon.displayName = 'SmsSIcon';