@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.99 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PlaySIcon = 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: "M2.3261 0.510838C2.63529 0.3398 2.98294 0.25 3.33649 0.25C3.69632 0.25 4.05005 0.343022 4.36333 0.520037C4.37122 0.524495 4.37903 0.529096 4.38675 0.533837L13.6873 6.24319C14.0007 6.40275 14.2653 6.64435 14.4527 6.9426C14.6476 7.25291 14.7511 7.61194 14.7511 7.97841C14.7511 8.34489 14.6476 8.70392 14.4527 9.01423C14.2656 9.31207 14.0014 9.55343 13.6886 9.71299L4.38889 15.4648C4.38047 15.47 4.37195 15.4751 4.36333 15.4799C4.05005 15.6569 3.69632 15.75 3.33649 15.75C2.98294 15.75 2.63529 15.6602 2.3261 15.4891C2.00995 15.3272 1.74308 15.0831 1.55361 14.7824C1.36075 14.4763 1.25548 14.1231 1.24925 13.7614L1.24902 13.7484L1.24913 2.2386C1.25537 1.87683 1.36075 1.52369 1.55361 1.21756C1.74308 0.916826 2.00995 0.672756 2.3261 0.510838ZM3.33649 1.75C3.23524 1.75 3.1357 1.77618 3.04755 1.82598C3.03652 1.83222 3.02534 1.83817 3.01401 1.84383C2.93562 1.88303 2.86947 1.94296 2.82275 2.01711C2.77692 2.08987 2.75151 2.17358 2.74913 2.25948V13.7405C2.75151 13.8264 2.77692 13.9101 2.82275 13.9829C2.86947 14.057 2.93562 14.1169 3.01401 14.1561C3.02534 14.1618 3.03652 14.1678 3.04755 14.174C3.1357 14.2238 3.23523 14.25 3.33649 14.25C3.4338 14.25 3.52952 14.2258 3.61507 14.1797L12.929 8.41907C12.9513 8.40526 12.9743 8.39264 12.998 8.38125C13.0738 8.34472 13.1378 8.28754 13.1825 8.21628C13.2273 8.14502 13.2511 8.06257 13.2511 7.97841C13.2511 7.89426 13.2273 7.81181 13.1825 7.74055C13.1378 7.66928 13.0738 7.6121 12.998 7.57558C12.9751 7.56455 12.9528 7.55237 12.9311 7.53908L3.61594 1.82074C3.53016 1.77434 3.43413 1.75 3.33649 1.75Z", fill: "currentColor" }))); });
PlaySIcon.displayName = 'PlaySIcon';