UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 687 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var CheckLg = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "check-lg" }, 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: "M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z" }))); } }))); }; export default CheckLg;