@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.53 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCameraFrontW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CameraFrontW100",
short_name: "CameraFront",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.75 19.35h-5.1q-.15 0-.25-.1T6.3 19q0-.15.1-.25t.25-.1h5.1l-1.5-1.5q-.1-.1-.113-.237-.012-.138.113-.263t.25-.125q.125 0 .25.125l1.825 1.825q.225.225.225.525 0 .3-.225.525L10.75 21.35q-.1.1-.238.112-.137.013-.262-.112t-.125-.25q0-.125.125-.25ZM6.3 4.8q0-.65.425-1.075Q7.15 3.3 7.8 3.3h8.4q.65 0 1.075.425.425.425.425 1.075V17H17v-2.35q-.925-.525-2.363-.888Q13.2 13.4 12 13.4t-2.637.362q-1.438.363-2.363.888V17h-.7Zm.7 9.05q1.1-.5 2.475-.825Q10.85 12.7 12 12.7t2.525.325q1.375.325 2.475.825V4.8q0-.35-.225-.575Q16.55 4 16.2 4H7.8q-.35 0-.575.225Q7 4.45 7 4.8Zm10.35 5.5h-3q-.15 0-.25-.1T14 19q0-.15.1-.25t.25-.1h3q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1ZM12 10.95q-.975 0-1.662-.688Q9.65 9.575 9.65 8.6q0-.975.688-1.662.687-.688 1.662-.688.975 0 1.663.688.687.687.687 1.662 0 .975-.687 1.662-.688.688-1.663.688Zm0-.7q.675 0 1.163-.488.487-.487.487-1.162 0-.675-.487-1.162Q12.675 6.95 12 6.95t-1.162.488q-.488.487-.488 1.162 0 .675.488 1.162.487.488 1.162.488Zm0 3.15Zm0-4.8Z"
}));
});
IconMaterialCameraFrontW100.displayName = 'AmauiIconMaterialCameraFrontW100';
export default IconMaterialCameraFrontW100;