@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.8 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var EventSIcon = 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("g", { clipPath: "url(#EventSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4-.179a.75.75 0 0 1 .75.75v.965h4.964a.75.75 0 1 1 0 1.5H4.75V4a.75.75 0 1 1-1.5 0V.571A.75.75 0 0 1 4-.179m8 0a.75.75 0 0 1 .75.75v.965h1.536a1.893 1.893 0 0 1 1.893 1.893v10.857a1.893 1.893 0 0 1-1.893 1.893H1.714a1.893 1.893 0 0 1-1.893-1.893V3.429a1.893 1.893 0 0 1 1.893-1.893.75.75 0 1 1 0 1.5.393.393 0 0 0-.393.393v10.857a.393.393 0 0 0 .393.393h12.572a.393.393 0 0 0 .393-.393V3.429a.393.393 0 0 0-.393-.393H12.75V4a.75.75 0 0 1-1.5 0V.571a.75.75 0 0 1 .75-.75M7.999 6.427l-.571 1.147a1.05 1.05 0 0 1-.824.6l-1.242.181.928.89a1.06 1.06 0 0 1 .27.99l-.207 1.235 1.136-.601.043-.021a1.13 1.13 0 0 1 .97.02l1.159.614-.173-1.211a1.06 1.06 0 0 1 .066-.834.8.8 0 0 1 .148-.195l.937-.89-1.255-.19a1.05 1.05 0 0 1-.821-.6zm3.515 2.058-.01-.002zm-3.132-2.83.005-.01zm-.404-1.263a1.07 1.07 0 0 1 .973.58l.005.01.858 1.728 1.9.288a1.072 1.072 0 0 1 .586 1.846l-1.32 1.254.279 1.966A1.072 1.072 0 0 1 9.68 13.19l-1.685-.892-1.686.893a1.074 1.074 0 0 1-1.575-1.137l.321-1.915-1.368-1.312-.014-.013A1.072 1.072 0 0 1 4.263 7l.011-.002 1.904-.278L7.033 5a1.07 1.07 0 0 1 .945-.608", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "EventSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
EventSIcon.displayName = 'EventSIcon';