UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

28 lines 1.54 kB
import * as React from "react"; import { forwardRef } from "react"; const CameraIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { clipPath: "url(#clip0_11926_3717)" }, /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M6 8a1 1 0 0 1 1 1v.02a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1m6.84-3.75.51-.5h2.3l.51.5zm-2.146 0 1.73-1.69c.203-.2.477-.31.759-.31h2.634c.282 0 .556.11.76.31l1.953 1.91.05.049A4.75 4.75 0 0 1 21.75 9v7.5c0 2.9-2.35 5.25-5.25 5.25h-9a5.25 5.25 0 0 1-5.25-5.25v-7c0-2.9 2.35-5.25 5.25-5.25zm2.871 4.648c-2.17 0-3.966 1.815-3.966 4.1 0 2.286 1.794 4.102 3.964 4.103s3.966-1.816 3.967-4.1c0-2.286-1.795-4.102-3.965-4.103m-5.466 4.1c0-3.073 2.428-5.6 5.467-5.6s5.465 2.53 5.464 5.603-2.428 5.6-5.467 5.6c-3.039-.001-5.465-2.53-5.464-5.603m5.697-2.213a.75.75 0 0 1 .934-.504 2.545 2.545 0 0 1 1.709 3.168.75.75 0 1 1-1.438-.43 1.045 1.045 0 0 0-.701-1.3.75.75 0 0 1-.504-.934", clipRule: "evenodd" })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "clip0_11926_3717" }, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z" })))); const ForwardRef = forwardRef(CameraIcon); export default ForwardRef;