UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 469 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgKeynoteFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M19 2c.552 0 1.086.43 1.195.977l1.61 8.046c.108.54-.26.977-.797.977H13v8h4v2H7v-2h4v-8H2.992c-.548 0-.906-.43-.797-.977l1.61-8.046C3.913 2.437 4.445 2 5 2z" }) })); const Memo = memo(SvgKeynoteFill); export default Memo;