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