UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 1.01 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserPhoneNumber = void 0; const react_1 = __importDefault(require("react")); exports.UserPhoneNumber = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M3.348 2.045a1.4 1.4 0 0 1 1.632.787l1.2 2.724a1.4 1.4 0 0 1-.4 1.661L4.8 8a10.7 10.7 0 0 0 3.206 3.193l.783-.979a1.4 1.4 0 0 1 1.662-.4l2.717 1.207c.628.274.963.965.79 1.628l-.6 2.3a1.4 1.4 0 0 1-1.551 1.037A13.911 13.911 0 0 1 .015 4.2a1.4 1.4 0 0 1 1.033-1.555ZM8 4a4 4 0 0 1 4 4 1 1 0 0 1-2 0 2 2 0 0 0-2-2 1 1 0 1 1 0-2Zm0-4a8.009 8.009 0 0 1 8 8 1 1 0 0 1-2 0 6.006 6.006 0 0 0-6-6 1 1 0 1 1 0-2Z" })));