[Open Iconic v1.1.1](http://useiconic.com/open)
===========
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
## What's in Open Iconic?
* 223 icons designed to be legible down to 8 pixels
* Super-light SVG files - 61.8 for the entire set
* SVG sprite—the modern replacement for icon fonts
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
* PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px.
## Getting Started
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
### General Usage
#### Using Open Iconic's SVGs
We like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the `alt` attribute).
```
<img src="/open-iconic/svg/icon-name.svg" alt="icon name">
```
#### Using Open Iconic's SVG Sprite
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
```
<svg class="icon">
<use xlink:href="open-iconic.svg#account-login" class="icon-account-login"></use>
</svg>
```
Sizing icons only needs basic CSS. All the icons are in a square format, so just set the `<svg>` tag with equal width and height dimensions.
```
.icon {
width: 16px;
height: 16px;
}
```
Coloring icons is even easier. All you need to do is set the `fill` rule on the `<use>` tag.
```
.icon-account-login {
fill: #f00;
}
```
To learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/).
#### Using Open Iconic's Icon Font...
##### …with Bootstrap
You can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic-bootstrap.css" rel="stylesheet">
```
```
<span class="oi oi-icon-name" title="icon name" aria-hidden="true"></span>
```
##### …with Foundation
You can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic-foundation.css" rel="stylesheet">
```
```
<span class="fi-icon-name" title="icon name" aria-hidden="true"></span>
```
##### …on its own
You can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}`
```
<link href="/open-iconic/font/css/open-iconic.css" rel="stylesheet">
```
```
<span class="oi" data-glyph="icon-name" title="icon name" aria-hidden="true"></span>
```
## License
### Icons
All code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT).
### Fonts
All fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).
没有合适的资源?快使用搜索试试~ 我知道了~
一个应用程序框架,您可以将它集成到任何 .NET/C# 应用程序中让 .NET 开发更简单更通用更流行
共2000个文件
cs:1274个
json:108个
csproj:104个
2 下载量 166 浏览量
2024-04-05
15:07:16
上传
评论 1
收藏 16.05MB ZIP 举报
温馨提示
一个应用程序框架,您可以将它集成到任何 .NET/C# 应用程序中。Furion 官方提供了非常灵活方便的脚手架,可以快速的创建多层架构项目。Furion 官方提供了多种 Web 应用类型的脚手架,方便大家快速创建多层架构项目。目前支持以下应用脚手架。SqlSugar 脚手架基本使用。在 SqlSugar 脚手架中,Core 层包含了一个 DbContext.cs 类,可通过 DbContext.Instance 就可以获取到 SqlSugarScope 对象。数据库链接字符串在启动层 appsettings.json 文件的 ConnectionConfigs 节点中配置,对应的是 SqlSugar 中的 ConnectionConfig[] 对象。于项目名称和 .NET 版本 通过脚手架生成的项目名称不能包含 短横线 等特殊字符,如有该需求,可在生成之后通过 Visual Studio 进行手动修改。-f 版本参数所有选项:net5、net6、net7、net8、net9,默认是 net8。furionapi 对应的是上面列表的 关键词,我们也可以通过 dotnet new --l
资源推荐
资源详情
资源评论
收起资源包目录
一个应用程序框架,您可以将它集成到任何 .NET/C# 应用程序中让 .NET 开发更简单更通用更流行 (2000个子文件)
_feature.bak 2KB
SqlExecutePartMethods.cs 93KB
SchedulerFactory.Exports.cs 49KB
SchedulerFactory.Exports.cs 49KB
DynamicApiControllerApplicationModelConvention.cs 43KB
DynamicApiControllerApplicationModelConvention.cs 43KB
AspectDispatchProxyGenerator.cs 42KB
AspectDispatchProxyGenerator.cs 42KB
LoggingMonitorAttribute.cs 41KB
LoggingMonitorAttribute.cs 41KB
HttpRequestPartMethods.cs 35KB
HttpRequestPartMethods.cs 35KB
EntityExecutePartMethods.cs 35KB
SpecificationDocumentBuilder.cs 34KB
SpecificationDocumentBuilder.cs 34KB
Arguments.cs 29KB
RemoteRequestStringExtensions.cs 29KB
RemoteRequestStringExtensions.cs 29KB
ISchedulerFactory.Exports.cs 29KB
ISchedulerFactory.Exports.cs 29KB
Serve.cs 28KB
Serve.cs 28KB
Crontab.Internal.cs 28KB
Crontab.Internal.cs 28KB
Clay.cs 26KB
Clay.cs 26KB
App.cs 25KB
App.cs 25KB
AppDbContextBuilder.cs 25KB
Trigger.Methods.cs 25KB
Trigger.Methods.cs 25KB
StringLoggingExtensions.cs 23KB
StringLoggingExtensions.cs 23KB
Log.cs 22KB
Log.cs 22KB
SchedulerBuilder.cs 20KB
SchedulerBuilder.cs 20KB
ObjectExtensions.cs 20KB
ObjectExtensions.cs 20KB
TriggerBuilder.cs 20KB
TriggerBuilder.cs 20KB
ScheduleOptionsBuilder.cs 20KB
ScheduleOptionsBuilder.cs 20KB
Scheduler.Methods.cs 20KB
Scheduler.Methods.cs 20KB
SchedulerFactory.Internal.cs 19KB
SchedulerFactory.Internal.cs 19KB
ScheduleHostedService.cs 19KB
ScheduleHostedService.cs 19KB
HttpDispatchProxy.cs 19KB
HttpDispatchProxy.cs 19KB
SqlDispatchProxy.cs 18KB
EventBusHostedService.cs 17KB
DbHelpers.cs 16KB
SqlSugarRepository.cs 16KB
UnifyContext.cs 16KB
UnifyContext.cs 16KB
Oops.cs 15KB
ValidationTypes.cs 14KB
ValidationTypes.cs 14KB
DependencyInjectionServiceCollectionExtensions.cs 14KB
DependencyInjectionServiceCollectionExtensions.cs 14KB
RetryPolicy.cs 14KB
Penetrates.cs 13KB
Penetrates.cs 13KB
DbContextPool.cs 13KB
TestModuleServices.cs 12KB
AppDbContext.cs 12KB
JobDetail.Methods.cs 12KB
JobDetail.Methods.cs 12KB
ViewEngine.cs 12KB
JobBuilder.cs 12KB
JobBuilder.cs 12KB
OptionsBuilderExtensions.cs 12KB
OptionsBuilderExtensions.cs 12KB
FallbackPolicy.cs 12KB
DataValidator.cs 12KB
DataValidator.cs 12KB
ScheduleUIMiddleware.cs 11KB
ScheduleUIMiddleware.cs 11KB
PersonService.cs 11KB
ClassProxyGenerator.cs 11KB
ClassProxyGenerator.cs 11KB
FileLoggingWriter.cs 11KB
FileLoggingWriter.cs 11KB
Triggers.cs 10KB
Triggers.cs 10KB
ISqlSugarRepository.cs 10KB
RunOptions.cs 10KB
RunOptions.cs 10KB
EventBusOptionsBuilder.cs 10KB
ScheduleExtensions.cs 10KB
ScheduleExtensions.cs 10KB
UnitOfWorkAttribute.cs 10KB
UnitOfWorkAttribute.cs 10KB
AppServiceCollectionExtensions.cs 9KB
AppServiceCollectionExtensions.cs 9KB
Policy.cs 9KB
InternalApp.cs 9KB
InternalApp.cs 9KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
传奇开心果编程
- 粉丝: 1w+
- 资源: 454
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功