SYMBOL INDEX (57 symbols across 23 files) FILE: lib/octicons_gem/lib/octicons.rb type Octicons (line 7) | module Octicons FILE: lib/octicons_gem/lib/octicons/octicon.rb type Octicons (line 3) | module Octicons class Octicon (line 4) | class Octicon method initialize (line 9) | def initialize(symbol, options = {}) method to_svg (line 30) | def to_svg method html_attributes (line 36) | def html_attributes method a11y (line 43) | def a11y method classes (line 56) | def classes method viewbox (line 60) | def viewbox method size (line 65) | def size method calculate_width (line 80) | def calculate_width(height) method calculate_height (line 84) | def calculate_height(width) method get_octicon (line 88) | def get_octicon(symbol, options = {}) method closest_natural_height (line 103) | def closest_natural_height(natural_heights, height) FILE: lib/octicons_gem/lib/octicons/version.rb type Octicons (line 3) | module Octicons FILE: lib/octicons_gem/test/helper.rb function octicon (line 6) | def octicon(symbol, options = {}) FILE: lib/octicons_helper/lib/octicons_helper/helper.rb type OcticonsHelper (line 6) | module OcticonsHelper function octicon (line 11) | def octicon(symbol, options = {}) FILE: lib/octicons_helper/lib/octicons_helper/railtie.rb type OcticonsHelper (line 5) | module OcticonsHelper class Railtie (line 6) | class Railtie < Rails::Railtie FILE: lib/octicons_helper/lib/octicons_helper/version.rb type OcticonsHelper (line 3) | module OcticonsHelper FILE: lib/octicons_helper/test/octicons_helper_test.rb function path (line 27) | def mock.path function options (line 35) | def mock.options; end FILE: lib/octicons_jekyll/lib/jekyll-octicons.rb type Jekyll (line 8) | module Jekyll class Octicons (line 9) | class Octicons < Liquid::Tag method initialize (line 24) | def initialize(tag_name, markup, options) method render (line 32) | def render(context) method interpolate (line 41) | def interpolate(markup, context) method prepare (line 48) | def prepare(markup) method symbol (line 53) | def symbol(markup) method string_to_hash (line 60) | def string_to_hash(markup) FILE: lib/octicons_jekyll/lib/jekyll-octicons/version.rb type Liquid (line 4) | module Liquid; class Tag; end; end class Tag (line 4) | class Tag; end type Jekyll (line 6) | module Jekyll class Octicons (line 7) | class Octicons < Liquid::Tag FILE: lib/octicons_jekyll/test/helper.rb function parse (line 8) | def parse(string) function render (line 14) | def render(string, assigns = {}) FILE: lib/octicons_node/index.js constant DEFAULT_HEIGHT (line 4) | const DEFAULT_HEIGHT = 16 function closestNaturalHeight (line 75) | function closestNaturalHeight(naturalHeights, height) { FILE: lib/octicons_react/pages/_document.mjs class PrimerDocument (line 4) | class PrimerDocument extends Document { method render (line 5) | render() { FILE: lib/octicons_react/pages/index.mjs function App (line 10) | function App() { FILE: lib/octicons_react/rollup.config.js function createPackageRegex (line 11) | function createPackageRegex(name) { FILE: lib/octicons_react/script/build.js constant GENERATED_HEADER (line 13) | const GENERATED_HEADER = '/* THIS FILE IS GENERATED. DO NOT EDIT IT. */' function pascalCase (line 15) | function pascalCase(str) { function writeIcons (line 77) | function writeIcons(file) { function writeTypes (line 94) | function writeTypes(file) { function svgToJSX (line 136) | function svgToJSX(node) { FILE: lib/octicons_react/script/types.js function main (line 13) | async function main() { FILE: lib/octicons_react/src/createIconComponent.js function createIconComponent (line 9) | function createIconComponent(name, defaultClassName, getSVGData) { function closestNaturalHeight (line 73) | function closestNaturalHeight(naturalHeights, height) { FILE: lib/octicons_react/src/index.d.ts type Size (line 7) | type Size = 'small' | 'medium' | 'large' type OcticonProps (line 9) | interface OcticonProps extends React.ComponentPropsWithoutRef<'svg'> { FILE: lib/octicons_react/ts-tests/index.tsx function TestOcticons (line 4) | function TestOcticons() { FILE: lib/octicons_styled/script/build.js constant GENERATED_HEADER (line 6) | const GENERATED_HEADER = '/* THIS FILE IS GENERATED. DO NOT EDIT IT. */' FILE: lib/octicons_styled/src/utils.js constant COMMON (line 5) | const COMMON = styledSystem.compose(styledSystem.space, styledSystem.color) FILE: lib/octicons_styled/ts-tests/index.tsx function TestOcticons (line 4) | function TestOcticons() {