@brizy/ui-icons
Version:
5 lines (4 loc) • 498 B
JavaScript
import React from "react";
export const CheckSmall = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", { fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" },
React.createElement("polygon", { fillRule: "nonzero", fill: "currentColor", points: "6.50836363 12.992 1.87199996 7.99199999 3.78109089 5.93317645 6.50836363 8.87435295 11.9629091 2.99199996 13.872 5.0508235" }))));