UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CameraMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CameraMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.628 4.553a.75.75 0 0 1 .603-.303h5.538a.75.75 0 0 1 .603.303l1.852 2.497h2.391c.57 0 1.113.229 1.513.633.4.403.622.95.622 1.517v8.4c0 .568-.223 1.113-.622 1.517-.4.404-.944.633-1.513.633H4.385a2.13 2.13 0 0 1-1.513-.633c-.4-.404-.622-.95-.622-1.517V9.2c0-.568.223-1.114.622-1.517.4-.404.944-.633 1.513-.633h2.391zm.98 1.197L7.756 8.247a.75.75 0 0 1-.602.303h-2.77a.63.63 0 0 0-.445.187.66.66 0 0 0-.189.463v8.4c0 .175.069.341.189.463.12.12.28.187.446.187h15.23a.63.63 0 0 0 .446-.187.66.66 0 0 0 .189-.463V9.2a.66.66 0 0 0-.189-.463.63.63 0 0 0-.446-.187h-2.769a.75.75 0 0 1-.602-.303L14.392 5.75zm-.26 4.598a3.75 3.75 0 1 1 5.304 5.304 3.75 3.75 0 0 1-5.304-5.304M12 10.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5", clipRule: "evenodd" }))); }); exports.CameraMIcon.displayName = 'CameraMIcon';