@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.17 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CameraMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.62839 4.55318C8.76987 4.36246 8.9933 4.25 9.23077 4.25H14.7692C15.0067 4.25 15.2301 4.36246 15.3716 4.55318L17.2236 7.05H19.6154C20.1842 7.05 20.728 7.27855 21.1277 7.68266C21.5271 8.08648 21.75 8.63244 21.75 9.2V17.6C21.75 18.1676 21.5271 18.7135 21.1277 19.1173C20.728 19.5214 20.1842 19.75 19.6154 19.75H4.38462C3.81579 19.75 3.27196 19.5214 2.87229 19.1173C2.47291 18.7135 2.25 18.1676 2.25 17.6V9.2C2.25 8.63244 2.47291 8.08648 2.87229 7.68266C3.27196 7.27855 3.81579 7.05 4.38462 7.05H6.77636L8.62839 4.55318ZM9.60825 5.75L7.75622 8.24682C7.61475 8.43754 7.39131 8.55 7.15385 8.55H4.38462C4.219 8.55 4.05846 8.61645 3.9388 8.73744C3.81885 8.85872 3.75 9.02495 3.75 9.2V17.6C3.75 17.775 3.81885 17.9413 3.9388 18.0626C4.05846 18.1836 4.219 18.25 4.38462 18.25H19.6154C19.781 18.25 19.9415 18.1836 20.0612 18.0626C20.1811 17.9413 20.25 17.775 20.25 17.6V9.2C20.25 9.02495 20.1811 8.85872 20.0612 8.73744C19.9415 8.61645 19.781 8.55 19.6154 8.55H16.8462C16.6087 8.55 16.3853 8.43754 16.2438 8.24682L14.3917 5.75H9.60825ZM9.34835 10.3483C10.0516 9.64509 11.0054 9.25 12 9.25C12.9946 9.25 13.9484 9.64509 14.6516 10.3483C15.3549 11.0516 15.75 12.0054 15.75 13C15.75 13.9946 15.3549 14.9484 14.6516 15.6516C13.9484 16.3549 12.9946 16.75 12 16.75C11.0054 16.75 10.0516 16.3549 9.34835 15.6516C8.64509 14.9484 8.25 13.9946 8.25 13C8.25 12.0054 8.64509 11.0516 9.34835 10.3483ZM12 10.75C11.4033 10.75 10.831 10.9871 10.409 11.409C9.98705 11.831 9.75 12.4033 9.75 13C9.75 13.5967 9.98705 14.169 10.409 14.591C10.831 15.0129 11.4033 15.25 12 15.25C12.5967 15.25 13.169 15.0129 13.591 14.591C14.0129 14.169 14.25 13.5967 14.25 13C14.25 12.4033 14.0129 11.831 13.591 11.409C13.169 10.9871 12.5967 10.75 12 10.75Z", fill: "currentColor" }))); });
CameraMIcon.displayName = 'CameraMIcon';