UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.79 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 IconMaterialBarefootW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BarefootW100Filled', short_name: 'Barefoot', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6.95 8q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM10 19.7q-1.125-.025-1.912-.8Q7.3 18.125 7.3 17v-6q0-1.95 1.375-3.325Q10.05 6.3 12 6.3h1.825q1.175 0 2.025.775.85.775.85 1.925 0 .8-.412 1.45-.413.65-1.138 1-1.125.55-1.787 1.587-.663 1.038-.663 2.288V17q0 1.125-.787 1.925-.788.8-1.913.775ZM8.825 6q-.15 0-.25-.1t-.1-.25V4.9q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v.75q0 .15-.1.25t-.25.1ZM10 19q.825 0 1.413-.587Q12 17.825 12 17v-1.675q0-1.45.762-2.675.763-1.225 2.088-1.85.525-.25.838-.738Q16 9.575 16 9q0-.85-.65-1.425Q14.7 7 13.825 7H12q-1.65 0-2.825 1.175Q8 9.35 8 11v6q0 .825.588 1.413Q9.175 19 10 19Zm1.325-14q-.15 0-.25-.1t-.1-.25V3.9q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v.75q0 .15-.1.25t-.25.1Zm2.5 0q-.15 0-.25-.1t-.1-.25V3.4q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.25q0 .15-.1.25t-.25.1Zm2.85.75q-.275 0-.487-.213-.213-.212-.213-.487V4q0-.275.213-.488.212-.212.487-.212t.488.212q.212.213.212.488v1.05q0 .275-.212.487-.213.213-.488.213Z" }) }))); }); IconMaterialBarefootW100Filled.displayName = 'AmauiIconMaterialBarefootW100Filled'; exports.default = IconMaterialBarefootW100Filled;