UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.3 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CallInSIcon = 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: "M.47.462a.75.75 0 0 1 1.06 0l4.105 4.104V2.608a.75.75 0 1 1 1.5 0v3.769a.75.75 0 0 1-.75.75h-3.77a.75.75 0 1 1 0-1.5h1.959L.47 1.523a.75.75 0 0 1 0-1.061m12.39 3.227-1.658 1.723a.22.22 0 0 0 0 .31l.002.001a1.73 1.73 0 0 1 0 2.433l-.003.003-2.749 2.75a1.73 1.73 0 0 1-2.433 0l-.002-.003a.22.22 0 0 0-.31 0l-1.72 1.71a.23.23 0 0 0 0 .321l.002.001.406.406a2.16 2.16 0 0 0 2.687.292 25.3 25.3 0 0 0 6.846-6.845 2.16 2.16 0 0 0-.334-2.683l-.008-.008-.406-.407h-.001a.23.23 0 0 0-.318-.004m-1.058-1.062a1.73 1.73 0 0 1 2.433 0l.003.003.405.405a3.66 3.66 0 0 1 .537 4.582 26.8 26.8 0 0 1-7.267 7.267l-.013.009a3.66 3.66 0 0 1-4.565-.488l-.41-.41-.002-.002a1.73 1.73 0 0 1 0-2.433l.004-.005 1.722-1.712a1.72 1.72 0 0 1 2.426 0l-.529.532.528-.533a.23.23 0 0 0 .322 0h.001l2.74-2.74.001-.001a.23.23 0 0 0 0-.322 1.72 1.72 0 0 1-.004-2.42l1.655-1.72z", clipRule: "evenodd" }))); }); CallInSIcon.displayName = 'CallInSIcon';