UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 697 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TickDoubleSIcon = 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: "M15.53 4.47a.75.75 0 0 1 0 1.06l-7 7a.75.75 0 0 1-1.06-1.06l7-7a.75.75 0 0 1 1.06 0m-3.5 0a.75.75 0 0 1 0 1.06l-6.666 6.667a.75.75 0 0 1-1.042.019L.49 8.646A.75.75 0 0 1 1.511 7.55l3.304 3.076L10.97 4.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); }); TickDoubleSIcon.displayName = 'TickDoubleSIcon';