@brizy/ui-icons
Version:
5 lines (4 loc) • 452 B
JavaScript
import React from "react";
export const Check = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", null,
React.createElement("path", { d: "M14.3 2.3L5 11.6 1.7 8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l4 4c.2.2.4.3.7.3.3 0 .5-.1.7-.3l10-10c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));