UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.6 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBarefoot = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Barefoot", short_name: "Barefoot", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.5 8q-.425 0-.713-.287Q4.5 7.425 4.5 7t.287-.713Q5.075 6 5.5 6t.713.287Q6.5 6.575 6.5 7t-.287.713Q5.925 8 5.5 8ZM10 22q-1.65 0-2.825-1.175Q6 19.65 6 18v-6q0-2.5 1.75-4.25T12 6h1.825q1.725 0 2.95 1.162Q18 8.325 18 10.025q0 1.15-.612 2.112-.613.963-1.663 1.463-.8.375-1.262 1.112Q14 15.45 14 16.325V18q0 1.675-1.162 2.837Q11.675 22 10 22ZM8 6q-.425 0-.713-.287Q7 5.425 7 5v-.5q0-.425.287-.713Q7.575 3.5 8 3.5t.713.287Q9 4.075 9 4.5V5q0 .425-.287.713Q8.425 6 8 6Zm2 14q.825 0 1.413-.587Q12 18.825 12 18v-1.675q0-1.45.762-2.675.763-1.225 2.088-1.85.525-.25.838-.738Q16 10.575 16 10q0-.875-.65-1.438Q14.7 8 13.825 8H12q-1.65 0-2.825 1.175Q8 10.35 8 12v6q0 .825.588 1.413Q9.175 20 10 20Zm1-15q-.425 0-.712-.288Q10 4.425 10 4v-.5q0-.425.288-.713.287-.287.712-.287t.713.287Q12 3.075 12 3.5V4q0 .425-.287.712Q11.425 5 11 5Zm3 0q-.425 0-.712-.288Q13 4.425 13 4V3q0-.425.288-.713Q13.575 2 14 2t.713.287Q15 2.575 15 3v1q0 .425-.287.712Q14.425 5 14 5Zm3.5 1q-.625 0-1.062-.438Q16 5.125 16 4.5v-1q0-.625.438-1.062Q16.875 2 17.5 2t1.062.438Q19 2.875 19 3.5v1q0 .625-.438 1.062Q18.125 6 17.5 6Z" })); }); IconMaterialBarefoot.displayName = 'AmauiIconMaterialBarefoot'; export default IconMaterialBarefoot;