UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.04 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CheckDoubleSIcon = 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: "M15.5303 4.46967C15.8232 4.76256 15.8232 5.23743 15.5303 5.53033L8.53041 12.5303C8.23752 12.8232 7.76265 12.8232 7.46975 12.5303C7.17686 12.2374 7.17685 11.7626 7.46975 11.4697L14.4697 4.46967C14.7626 4.17678 15.2374 4.17678 15.5303 4.46967ZM12.0303 4.46967C12.3232 4.76257 12.3232 5.23744 12.0303 5.53033L5.36366 12.197C5.07814 12.4825 4.61782 12.4907 4.32229 12.2156L0.488952 8.64676C0.185785 8.36451 0.168825 7.88994 0.451071 7.58677C0.733317 7.28361 1.20789 7.26665 1.51105 7.54889L4.81472 10.6246L10.9697 4.46967C11.2626 4.17678 11.7374 4.17678 12.0303 4.46967Z", fill: "currentColor" }))); }); CheckDoubleSIcon.displayName = 'CheckDoubleSIcon';