@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.46 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CameraSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.242 2.056a.75.75 0 0 1 .604-.306h4.308a.75.75 0 0 1 .604.306L12.15 3.95h1.774c.49 0 .956.199 1.297.547s.53.817.53 1.303v6.6c0 .486-.189.954-.53 1.303a1.82 1.82 0 0 1-1.297.547H2.077c-.49 0-.956-.199-1.297-.547A1.86 1.86 0 0 1 .25 12.4V5.8c0-.486.189-.954.53-1.303a1.82 1.82 0 0 1 1.297-.547H3.85zm.984 1.194-1.39 1.894a.75.75 0 0 1-.605.306H2.077a.32.32 0 0 0-.226.097.36.36 0 0 0-.101.253v6.6c0 .098.038.189.101.253a.32.32 0 0 0 .226.097h11.846a.32.32 0 0 0 .226-.097.36.36 0 0 0 .101-.253V5.8a.36.36 0 0 0-.101-.253.32.32 0 0 0-.226-.097H11.77a.75.75 0 0 1-.604-.306L9.775 3.25zm-.537 3.144A3.22 3.22 0 0 1 7.923 5.5a3.22 3.22 0 0 1 2.234.894c.598.577.939 1.365.939 2.192s-.341 1.616-.94 2.192a3.22 3.22 0 0 1-2.233.895 3.22 3.22 0 0 1-2.234-.895 3.05 3.05 0 0 1-.939-2.192c0-.827.341-1.615.94-2.192M7.923 7c-.452 0-.88.174-1.193.474-.31.3-.48.7-.48 1.112s.17.813.48 1.113c.312.3.74.474 1.193.474.452 0 .88-.174 1.193-.474.31-.3.48-.7.48-1.113 0-.411-.17-.812-.48-1.112A1.72 1.72 0 0 0 7.923 7", clipRule: "evenodd" }))); });
CameraSIcon.displayName = 'CameraSIcon';