UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 633 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Check = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "check" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z" }))); } }))); }; export default Check;