UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 1.76 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const SmartphoneLandsIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "smartphone, lands", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M18.9 13.8c-.5 0-.9-.4-.9-.9v-2c0-.5.4-.9.9-.9s.9.4.9.9v2c0 .5-.4.9-.9.9Z" }), /*#__PURE__*/React.createElement("path", { d: "M14.9 19.8h-6c-3.43 0-5.32 0-6.61-1.29S1 15.33 1 11.9s0-5.32 1.29-6.61S5.47 4 8.9 4h6c3.43 0 5.32 0 6.61 1.29s1.29 3.18 1.29 6.61 0 5.32-1.29 6.61-3.18 1.29-6.61 1.29Zm-6-14c-3.05 0-4.58 0-5.34.76-.344.344-.533.847-.636 1.577 1.077.182 1.758.343 2.266.923.6.68.6 1.53.6 2.82 0 1.29 0 2.08-.53 2.74-.518.645-1.258.82-2.341 1.004.102.751.29 1.266.641 1.616.76.76 2.29.76 5.34.76h6c3.05 0 4.58 0 5.34-.76.76-.76.76-2.29.76-5.34s0-4.58-.76-5.34c-.76-.76-2.29-.76-5.34-.76h-6Zm-6.09 8.03c.535-.095.953-.192 1.06-.33.13-.16.13-.77.13-1.61 0-.78 0-1.46-.15-1.63-.107-.123-.504-.21-1.04-.308-.01.569-.01 1.214-.01 1.948 0 .726 0 1.367.01 1.93Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default SmartphoneLandsIcon;