UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.22 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CameraSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.24162 2.05611C5.38292 1.86367 5.60741 1.75 5.84615 1.75H10.1538C10.3926 1.75 10.6171 1.86367 10.7584 2.05611L12.149 3.95H13.9231C14.4128 3.95 14.8792 4.14886 15.2205 4.4975C15.5613 4.84561 15.75 5.31442 15.75 5.8V12.4C15.75 12.8856 15.5613 13.3544 15.2205 13.7025C14.8792 14.0511 14.4128 14.25 13.9231 14.25H2.07692C1.5872 14.25 1.12083 14.0511 0.779502 13.7025C0.4387 13.3544 0.25 12.8856 0.25 12.4V5.8C0.25 5.31442 0.4387 4.84561 0.779502 4.4975C1.12083 4.14886 1.5872 3.95 2.07692 3.95H3.851L5.24162 2.05611ZM6.22592 3.25L4.8353 5.14389C4.694 5.33633 4.46952 5.45 4.23077 5.45H2.07692C1.99541 5.45 1.91394 5.48293 1.85135 5.54686C1.78822 5.61134 1.75 5.7021 1.75 5.8V12.4C1.75 12.4979 1.78822 12.5887 1.85135 12.6531C1.91394 12.7171 1.99541 12.75 2.07692 12.75H13.9231C14.0046 12.75 14.0861 12.7171 14.1487 12.6531C14.2118 12.5887 14.25 12.4979 14.25 12.4V5.8C14.25 5.7021 14.2118 5.61134 14.1487 5.54686C14.0861 5.48293 14.0046 5.45 13.9231 5.45H11.7692C11.5305 5.45 11.306 5.33633 11.1647 5.14389L9.77408 3.25H6.22592ZM5.68907 6.39445C6.28603 5.8188 7.09006 5.5 7.92297 5.5C8.75587 5.5 9.5599 5.8188 10.1569 6.39445C10.7548 6.971 11.0959 7.7589 11.0959 8.58646C11.0959 9.41402 10.7548 10.2019 10.1569 10.7785C9.5599 11.3541 8.75587 11.6729 7.92297 11.6729C7.09006 11.6729 6.28603 11.3541 5.68907 10.7785C5.09117 10.2019 4.75 9.41402 4.75 8.58646C4.75 7.7589 5.09117 6.971 5.68907 6.39445ZM7.92297 7C7.47065 7 7.0421 7.17352 6.73028 7.47421C6.41938 7.77401 6.25 8.17469 6.25 8.58646C6.25 8.99824 6.41938 9.39891 6.73028 9.69871C7.0421 9.9994 7.47065 10.1729 7.92297 10.1729C8.37529 10.1729 8.80383 9.9994 9.11566 9.69871C9.42655 9.39891 9.59593 8.99824 9.59593 8.58646C9.59593 8.17469 9.42655 7.77401 9.11566 7.47421C8.80383 7.17352 8.37529 7 7.92297 7Z", fill: "currentColor" }))); }); CameraSIcon.displayName = 'CameraSIcon';