Sha256: c159cf2f633b1ee3bc02f14a5146246ef3118a30c4fce541cb845cc2f9734c26
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
import React from "react" import Icon from "../_icon.jsx" function IconDefaultDark() { return ( <div> <Icon icon="user" fixedWidth /> </div> ) } export default IconDefaultDark;
Version data entries
3 entries across 3 versions & 1 rubygems