UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@amaui/ui-react"); const IconMaterialBeenhereW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BeenhereW100', short_name: 'Beenhere', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 21.225q-.125 0-.225-.037-.1-.038-.2-.113L5.6 16.6q-.15-.1-.225-.263Q5.3 16.175 5.3 16V4.8q0-.625.438-1.063Q6.175 3.3 6.8 3.3h10.4q.625 0 1.062.437.438.438.438 1.063V16q0 .175-.075.337-.075.163-.225.263l-5.975 4.475q-.1.075-.2.113-.1.037-.225.037Zm0-.725 6-4.5V4.8q0-.35-.225-.575Q17.55 4 17.2 4H6.8q-.35 0-.575.225Q6 4.45 6 4.8V16Zm-1.05-6.7q.15 0 .275-.05.125-.05.25-.175L15.45 9.6q.125-.125.125-.25t-.125-.25q-.125-.125-.25-.125t-.25.125l-4 4-1.9-1.9q-.125-.125-.25-.125t-.25.125q-.125.125-.125.25t.125.25l1.875 1.875q.125.125.25.175.125.05.275.05ZM12 4H6h12Z" }) }))); }); IconMaterialBeenhereW100.displayName = 'AmauiIconMaterialBeenhereW100'; exports.default = IconMaterialBeenhereW100;