UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 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 IconMaterialCameraW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CameraW100', short_name: 'Camera', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.95 9.3h7.6q-.65-1.775-2.1-3.163Q16 4.75 14.15 4.3L11.6 8.7q-.125.2 0 .4t.35.2ZM8.9 10.7q.125.2.35.2.225 0 .35-.2l3.85-6.6q-.275-.05-.725-.075Q12.275 4 12 4q-1.65 0-3.075.625Q7.5 5.25 6.4 6.3ZM4.25 14H9.3q.225 0 .35-.2.125-.2 0-.4L5.9 6.85Q5 7.95 4.5 9.237 4 10.525 4 12q0 .525.062 1.012.063.488.188.988Zm5.65 5.7 2.55-4.4q.125-.2 0-.4t-.35-.2H4.45q.65 1.775 2.125 3.163Q8.05 19.25 9.9 19.7Zm2.1.3q1.65 0 3.075-.625Q16.5 18.75 17.6 17.7l-2.5-4.4q-.125-.2-.35-.2-.225 0-.35.2l-3.8 6.55q.275.075.688.112Q11.7 20 12 20Zm6.1-2.85q.8-1.025 1.35-2.388Q20 13.4 20 12q0-.525-.062-1.012-.063-.488-.188-.988H14.7q-.225 0-.35.2-.125.2 0 .4ZM12 12Zm0 8.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Z" }) }))); }); IconMaterialCameraW100.displayName = 'AmauiIconMaterialCameraW100'; exports.default = IconMaterialCameraW100;